IamfromSpace / rust-cycle

A Bike Computer written in Rust running on RaspberryPi
8 stars 2 forks source link

Add License? #1

Open nullstalgia opened 1 month ago

nullstalgia commented 1 month ago

Howdy!

I'm in the process of learning Rust, and the project I've been making to learn with also uses Polar H10s connected via btleplug! (Well, any BLE heart rate monitor, really. I use a Polar H10 when developing, and my users with other monitors report no issues.)

I'd really like to use the BLE packet decoding portion of your code, but I wanted to do my due diligence and ask first. :)

IamfromSpace commented 1 month ago

Hey, of course! Just so it’s stated somewhere, all my code here would be licensed under MIT, so nice and permissive :)

I think the packet parsing is also pretty ready to go. I didn’t decode enough known types to break it out into a separate lib, but was almost surprised that I didn’t find anything like that already. Some of the other things I just never felt like I found the right abstraction for, so didn’t think they hit a quality and usefulness to warrant their own crate, but they do get the job done for the problem I had.

Good luck with your project!

nullstalgia commented 1 month ago

Cheers again! ❤️

I finally released it, if you wanted to take a peek!

https://github.com/nullstalgia/null_iron_heart