Frage

Can anyone help me with a problem routing OSC messages? I'm using Python, MAX/MSP with OSC to communicate between Arduino Xbees.

I hope there's someone out there!

War es hilfreich?

Lösung

On python, install pyosc. There are examples file within the package.

On maxmsp, use udpsend or udpreceive. Remember to match the IP and port number.

Without specific details, it is hard to answer your question in a more precise way. But hope this helps.

Andere Tipps

Have you looked at the XBee Internet Gateway? It's Python-based, runs on Mac/Windows/Linux and communicates over an XBee module with other XBee modules.

According to section C of the User Documentation:

Contributed by Axel Roest, the Open Sound Control session allows for XBees to multicast Open Sound Control events to a set of targets running on remote Open Sound Control severs. Configuration of Open Sound Control servers is specified within the XIG configuration file's "osc_targets" section (see the CONFIGURATION section, below).

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top