nannou-org / ether-dream

A full implementation of the Ether Dream Laser DAC protocol in pure Rust.
Other
32 stars 1 forks source link

Add `set_timeout` and `set_nonblocking` to `RecvDacBroadcasts` #14

Closed mitchmindtree closed 4 years ago

mitchmindtree commented 4 years ago

The enumerate_dacs.rs example has been updated to demonstrate how to use the timeout to avoid needing a separate thread when enumerating DACs.

Also renames the dac emulator examples to make a little more sense from the top level.