Darioazzali / oscServer

OscServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

Install

npm install
npm run build

Deply the front end and the backend. Require this settings parameter:

  1. The address and the port of the server -> Configura server
  2. The ip address and the port of the NodeMapper server (per esempio il Pc sul quale gira nodeMapper) -> Configura il target Osc

Avvia il server compile the front-end and starts the server with the setted parameter.

Actually there is a package that uses the same syntax as UNIX cron for update the parameter periodically.

There is also a receiver for testing in receiverTestfolder, a mini-server that simulates the receiver.
In the readme folder there are two env var to set, The frontend maintains a websocket connection with the server that filter the message and send Udp packet to the target. output

About

OscServer


Languages

Language:TypeScript 59.2%Language:JavaScript 36.5%Language:CSS 2.9%Language:HTML 1.3%