From 5ea697ef4b2b285f87fcbca88f400444133ab5dd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 5 Sep 2015 14:45:31 +0100 Subject: [PATCH] Forcing an update --- doc/EN/mesh.org | 6 ++++++ website/EN/mesh.html | 12 +++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/EN/mesh.org b/doc/EN/mesh.org index 0a4a32f5..257ecc49 100644 --- a/doc/EN/mesh.org +++ b/doc/EN/mesh.org @@ -116,6 +116,12 @@ meshweb If you want to have your system as a permanent mesh peer then you could add that command to your startup applications so that it activates whenever the computer starts up. A web page should appear in your browser, which then allows you to access communication services on the mesh. These pages should update automatically, so that if peers enter or leave the network the lists will change accordingly. + +If for any reason things don't seem to be updating you can force an update by issuing the command: + +#+BEGIN_SRC bash +zeronetavahi +#+END_SRC ** Chat If you have a Tox client installed on your system then you can use that to communicate with other mesh peers. A limitation is that if peers change you may need to quit the application and restart it in order to receive the updated list of DHTnodes. The [[https://github.com/Tox/toxic][Toxic]] client is installed by default, but you may also want to install [[https://github.com/tux3/qTox][qTox]] or [[http://utox.org][uTox]] for a more conventional-looking user experience. diff --git a/website/EN/mesh.html b/website/EN/mesh.html index 0d2b5429..880a29dc 100644 --- a/website/EN/mesh.html +++ b/website/EN/mesh.html @@ -4,7 +4,7 @@ - + @@ -393,6 +393,16 @@ If you want to have your system as a permanent mesh peer then you could add that

A web page should appear in your browser, which then allows you to access communication services on the mesh. These pages should update automatically, so that if peers enter or leave the network the lists will change accordingly.

+ +

+If for any reason things don't seem to be updating you can force an update by issuing the command: +

+ +
+ +
zeronetavahi
+
+