CUAir / simplebgc-rs

(partial) Implementation of the SimpleBGC serial protocol in Rust
0 stars 1 forks source link

How to use? #6

Open DeepSOIC opened 1 year ago

DeepSOIC commented 1 year ago

Hey! We are working on an insect tracking project, and this piece of code looks useful to us. Our software is in Rust, but I am quite bad at Rust... Can you provide some example code?

I'm interested in:

An example with just one thing should hopefully be enough for me to figure out the rest.

DeepSOIC commented 1 year ago

seems like this is the example i need: https://github.com/CUAir/simplebgc-rs/blob/feb7a99d74a2c090f508e8beb0b67edeadce1cc4/simplebgc/src/message.rs#L406