You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
So the server receives an OSC message like "I'm here, interested in OSC", and the server then adds the ip address of whoever sent that message to a oscTargets array, which is later used for forwarding messages.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This would avoid hardcoding the ip address of someone who wants to receive OSC messages.
That's how https://github.com/sebpiq/rhizome works, by subscribing to messages.
So the server receives an OSC message like "I'm here, interested in OSC", and the server then adds the ip address of whoever sent that message to a
oscTargets
array, which is later used for forwarding messages.The text was updated successfully, but these errors were encountered: