Quote Originally Posted by ingibekk View Post
Would you mind sharing the list of commands ?

Best,
Ingi Bekk
commands are the same as the http commands with an extra '/' at beginning

bottom of docs page in webserver
http://localhost:8080/catws/control_2.html

/Layer/File/1
file layer 1 etc etc

-

if you making your own control stuff - please dont use osc
http commands much better-
single http command does lots of things -
you can get status-
its reliable - http tells you whether its connected or not...
its really really easy to send an http command - from a script or from a browser- to any connection in the world.
/
a osc command is a binary protocol - with lots of weird formatting.
its unreliable - not guaranteed network delivery-
much more difficult to test and send messages.