Przeglądaj źródła

Forcing an update

Bob Mottram 9 lat temu
rodzic
commit
5ea697ef4b
2 zmienionych plików z 17 dodań i 1 usunięć
  1. 6
    0
      doc/EN/mesh.org
  2. 11
    1
      website/EN/mesh.html

+ 6
- 0
doc/EN/mesh.org Wyświetl plik

116
 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.
116
 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.
117
 
117
 
118
 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.
118
 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.
119
+
120
+If for any reason things don't seem to be updating you can force an update by issuing the command:
121
+
122
+#+BEGIN_SRC bash
123
+zeronetavahi
124
+#+END_SRC
119
 ** Chat
125
 ** Chat
120
 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.
126
 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.
121
 
127
 

+ 11
- 1
website/EN/mesh.html Wyświetl plik

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2015-09-05 Sat 14:34 -->
7
+<!-- 2015-09-05 Sat 14:45 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
393
 <p>
393
 <p>
394
 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.
394
 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.
395
 </p>
395
 </p>
396
+
397
+<p>
398
+If for any reason things don't seem to be updating you can force an update by issuing the command:
399
+</p>
400
+
401
+<div class="org-src-container">
402
+
403
+<pre class="src src-bash">zeronetavahi
404
+</pre>
405
+</div>
396
 </div>
406
 </div>
397
 </div>
407
 </div>
398
 <div id="outline-container-orgheadline12" class="outline-3">
408
 <div id="outline-container-orgheadline12" class="outline-3">