Add monitor documentation

This commit is contained in:
Simon Stürz 2018-08-16 23:49:45 +02:00
parent a0d5aadc6a
commit f6e2d9b3b2

View File

@ -307,6 +307,12 @@ Once the other client is here and ready, the server will send a notification to
"status": "success"
}
# Server monitor
The server provides a live monitor interface on a local socket server. You can follow the monitor data with:
$ sudo socat - UNIX-CONNECT:/tmp/nymea-remoteproxy-monitor.sock
# Client usage
The client allowes you to test the proxy server and create a dummy client for testing the connection.