Xlinka / NeosPlus

NeosVR Plugin Extra Logix nodes and features
https://discord.gg/9QAaMtXwke
Other
29 stars 19 forks source link

Add OSC Interface #93

Open dfgHiatus opened 1 year ago

dfgHiatus commented 1 year ago

Many community-created items use OSC to send information over a network, similar to that of Websockets. It would be a nice feature to have, and it would integrate several already-exiting solutions into NeosPlus.

Xlinka commented 1 year ago

Many community-created items use OSC to send information over a network, similar to that of Websockets. It would be a nice feature to have, and it would integrate several already-exiting solutions into NeosPlus.

So basically rework the websocket client simar to my art net implementation or do we move to a generic UDP client and enum for transmission protocols.

Xlinka commented 10 months ago

got something on the lemoncode branch not finished but is a sorta start based on the artnet solution