You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.
Alex McLean edited this page Jul 6, 2020
·
13 revisions
Welcome to the tidal-listener wiki!
This is a work-in-progress and is not yet implemented.
Basic protocol ideas:
Run code, get ok or errors back
> /code <id> <source>
< /code/ok
or
< /code/error <location> <error message>
> /name <name> - Set a name (optional, doesn't have to be unique)
< /name/ok
> /port <number> - port listening to replies, if not the sending port
< /port/ok
> /highlights/on - get stream of active code spans+durations back
< /highlights/on ok
> /highlights/off
< /highlights/off ok