From 6cf9b73b168d86dab184d97611d10d534269661e Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Sun, 30 Jan 2022 16:41:34 +0100 Subject: [PATCH] Created Bobby-Websocket (markdown) --- Bobby-Websocket.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Bobby-Websocket.md 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