Forcing an update

This commit is contained in:
Bob Mottram 2015-09-05 14:45:31 +01:00
parent 33c407fad4
commit 5ea697ef4b
2 changed files with 17 additions and 1 deletions

View File

@ -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.

View File

@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<!-- 2015-09-05 Sat 14:34 -->
<!-- 2015-09-05 Sat 14:45 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
@ -393,6 +393,16 @@ If you want to have your system as a permanent mesh peer then you could add that
<p>
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.
</p>
<p>
If for any reason things don't seem to be updating you can force an update by issuing the command:
</p>
<div class="org-src-container">
<pre class="src src-bash">zeronetavahi
</pre>
</div>
</div>
</div>
<div id="outline-container-orgheadline12" class="outline-3">