laurivosandi / sumochip

Sumorobot platform on top of CHIP board
MIT License
17 stars 13 forks source link

Replace the current protocol inside the WebSocket connection with something more reasonable #14

Open artizirk opened 7 years ago

artizirk commented 7 years ago

Currently the commands and user program code are just sent over using simple strings, it would be better to use for example JSON-RPC. That would also allow easier adding of new commands and more complex responses.