diff --git a/Bobby-Websocket.md b/Bobby-Websocket.md new file mode 100644 index 0000000..fe1fcb5 --- /dev/null +++ b/Bobby-Websocket.md @@ -0,0 +1,11 @@ +Per default, the websocket client on the bobbycar will enter statistics mode (mode 0). The bobbycar can only start to send data if the cloud has send a hello-message. This message looks like the following: +```json +{ + "type": "hello", + "supports": [ + "stats", + "coredump", + "remote-viewer" + ] +} +``` \ No newline at end of file