Skip to content

CircuitPython_MicroOSC 0.4: OSC client and server

Choose a tag to compare

@todbot todbot released this 14 Dec 22:53
· 7 commits to main since this release

This release allows proper use of non-multicast (i.e. unicast or normal) IP addresses when setting up the OSCServer.

The CircuitPython examples are updated to reflect this: if no UDP_HOST is specified, it will use the IP address of the device. This allows MicroOSC to work on PicoW, which apparently doesn't have Multicast UDP support yet.