Deliverable 4: Sending Component Detections to Web Server using OSC protocol

Used osc-js library for JavaScript applications (UMD module for Node, Browser etc.) with address pattern matching and timetag handling. Sends messages via UDP, WebSocket or both (bridge mode) and offers a customizable Plugin API for network protocols.

Requirements

  • NodeJS (Javascript)

Instructions

  • Copy the source code provided from the gtihub repo to your local machine.
  • npm install osc-js
  • node index.js
  • Use Doodle classifiers and see the detection sent to OSC web server @ localhost:5000, port can be changed

Source code: Sending Component Detections to Web Server using OSC protocol - ZIP

Link to code: Sending Component Detections to Web Server using OSC protocol