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
I'm looking for something that can discover if there is a osc server (open sound control, udp) running on the same computer or in the local network.
Let's say there is a osc server with certain functionality and a tool is used to find if such a server is running (and on which port). A application might then start a server if none is running, give the user the option to connect to a running server, or let the user choose which server it wants to use.
Ok cool. The way to understand how this works is understanding how multicast is working I guess. Skimming over it suggests all clients/servers should support this and talk with each other on the same port.
Avahi doesn't need this I think, but not sure how easy it is for Desktop users to configure Avahi and if it conflicts with using systemd or not. https://wiki.archlinux.org/title/Avahi
I've this in the back of my head, I need to dive into it a little deeper at some point.
I'm looking for something that can discover if there is a osc server (open sound control, udp) running on the same computer or in the local network.
Let's say there is a osc server with certain functionality and a tool is used to find if such a server is running (and on which port). A application might then start a server if none is running, give the user the option to connect to a running server, or let the user choose which server it wants to use.
Could peerdiscovery be helpful for this? I saw this project is using bonjour/avahi.
https://github.com/rbdannenberg/o2
I'm just orientating at the moment for possible solutions and stumbled upon this project.
The text was updated successfully, but these errors were encountered: