Chris Pollett > Students >
Kulkarni

    ( Print View)

    [Bio]

    [Blog]

    [CS297 Proposal]

    [CS297 - Deliverable 1]

    [CS297 - Deliverable 2]

    [CS297 - Deliverable 3]

    [CS297 - Deliverable 4]

    [CS297 Report - PDF]

    [CS298 Proposal]

    [CS298 - Deliverable 1]

    [CS298 - Report -PDF]

























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