EmotiBit / ofxEmotiBit

OpenFrameworks library and examples for the EmotiBit
MIT License
34 stars 8 forks source link

Add data relay on UDP in EmotiBit Oscilloscope #140

Closed nitin710 closed 10 months ago

nitin710 commented 2 years ago

Request

Describe the solution you'd like

nitin710 commented 2 years ago

Implementation proposal

Think about

{
  "sendData": {
    "OSC":{
      "ip":"",
      "port": ""
    },
    "UDP":{
      "ip" : "",
      "port":"1122"
    }
}