Skip to content

CircuitPython_MicroOSC 0.3: OSC client and server

Choose a tag to compare

@todbot todbot released this 21 Aug 22:17
· 10 commits to main since this release

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.OSCClient is a UDP sender (unicast/multicast)
  • OSC Server -- receives OSC messages, microosc.OSCServer is a UDP receiver (unicast/multicast)

This package now has both. See the examples folder for how to use both