Created Bobby-Websocket (markdown)

CommanderRedYT
2022-01-30 16:41:34 +01:00
parent 658acd2c8e
commit 6cf9b73b16

11
Bobby-Websocket.md Normal file

@@ -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"
]
}
```