Events
All events are generated by different event sources:
- MQTT Event Source
- OSC Event Source
- TUIO Event Source
- HTTP POST of events
Event objects are, in abstract, formed by:
- An
originaddress. - A
typeof some kind (trigger, reload, command,...). - A
payload, usually a JSON-encodable object.