diff --git a/Bobby-Websocket.md b/Bobby-Websocket.md index fe1fcb5..6a93625 100644 --- a/Bobby-Websocket.md +++ b/Bobby-Websocket.md @@ -8,4 +8,14 @@ Per default, the websocket client on the bobbycar will enter statistics mode (mo "remote-viewer" ] } +``` + +Hello message from bobbycar: +``` +{"type":"hello","name":"bobby","res":"240x320","pass":"Passwort123"} +``` + +Hello response from server: +``` +{"type":"hello","supports":["remote-viewer"]} ``` \ No newline at end of file