Skip to content

escinco/LiveLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Prototype for LiveLab, sending OSC messages over RTCdatachannels

Uses SimpleWebRTC as a sandbox signalling server, and osc.js for OSC parsing

###To run:

  1. Clone git repository
  2. cd into folder and run npm install
  3. "npm run start"
  4. Make a note of port and IPs listed in command line
  5. go to "https://localhost:8000" in browser
  6. Get and send messages using UDP client/server implementation of your choice

###To develop:

  1. Clone git repository
  2. cd into folder and run npm install
  3. "npm run watch" (make sure the dev dependencies listed in package.json are installed).

About

Demo, open in Chrome 50+ :

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.8%
  • CSS 11.1%
  • HTML 0.1%