Skip to content

x37v/oscquery-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSCQuery in Rust

TODO

  • Simplify, Document better
  • HTTP upgrade to WS
  • Allow for control of OSC/WS/HTTP I/O timing
    • So that we can control when our Get/Set etc is accessed
  • OSC wildcards
  • client impl
    • mirror option
  • extended type
  • overloads
  • tags
  • critical?

Node Query Parameters

Only one query parameter is allowed per request

  • VALUE : eg http://localhost:3000/foo/bar?VALUE -> {"VALUE": [0.5]}
  • TYPE
  • RANGE
  • CLIPMODE
  • ACCESS
  • DESCRIPTION

Global Query Parameters

HOST_INFO