Created Bobby-Websocket (markdown)
11
Bobby-Websocket.md
Normal file
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"
|
||||
]
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user