From f6e2d9b3b208362159dd22a4eb11527db25d8760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 16 Aug 2018 23:49:45 +0200 Subject: [PATCH] Add monitor documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b2a283..bb046e6 100644 --- a/README.md +++ b/README.md @@ -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.