Skip to content

timboll/2022-sc-testbed-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2022-sc-testbed-workshop

In this repository contains code to connect to the LASG Test-Bed installed in the Science Centre of the TUDelft.

Skygen should respond to messages (OSC or MQTT) of the following format (JSON-formatted string):

  • Parameters: northwind, westwind, turbulence, intensity, contrast
  • OSC: /skyParams {"nw":49,"ww":48,"tb":"2.70","it":"2.80","cn":"0.43"}
  • MQTT: /influences/sky {"nw":49,"ww":48,"tb":"2.70","it":"2.80","cn":"0.43"}

Touchpoint should respond to OSC messages of the following format:

  • typetag: iiiiififf
  • parameters: int x, int y, int z, int core, int size, float speed, int lifespan, float strength, float fadeRatio
  • example: /touchPoint -715 1304 2800 670 670 0.2 50 0.9 0.7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.9%
  • JavaScript 26.9%
  • C++ 24.0%
  • Java 14.2%