CircuitPython_MicroOSC 0.3: OSC client and server
This release adds a new OSCClient class to go with the existing OSCServer.
Remember (I'm saying this mostly for myself), is OSC parlance:
- OSC Client -- sends OSC messages,
microosc.OSCClientis a UDP sender (unicast/multicast) - OSC Server -- receives OSC messages,
microosc.OSCServeris a UDP receiver (unicast/multicast)
This package now has both. See the examples folder for how to use both