Difference between revisions of "Mesh/WalkThrough"

Jump to navigation Jump to search
512 bytes removed ,  00:18, 14 November 2019
m
→‎Testing: remove apostrophe (lol)
(→‎Autoconf (v.0.3.0): cleanup formatting)
m (→‎Testing: remove apostrophe (lol))
(6 intermediate revisions by the same user not shown)
Line 15: Line 15:
# [[#Download/Build|downloading or compiling]] the custom firmware
# [[#Download/Build|downloading or compiling]] the custom firmware
# [[#Flash/Upload|flashing that firmware]] to the node (i.e. copying firmware to [https://en.wikipedia.org/wiki/Flash_memory '''flash''' memory])
# [[#Flash/Upload|flashing that firmware]] to the node (i.e. copying firmware to [https://en.wikipedia.org/wiki/Flash_memory '''flash''' memory])
# [[#makenode/Configure|configuring the node]] to function as part of a mesh.
# [[#Configure|configuring the node]] to function as part of a mesh.


Before you flash your router, it is recommended that you read the [[Home and extender nodes#Home_nodes|home node info]] to ensure your router is compatible to work as a mesh node.
Before you flash your router, it is recommended that you read the [[Home and extender nodes#Home_nodes|home node info]] to ensure your router is compatible to work as a mesh node.
Line 134: Line 134:
Learn more about the [[Mesh/Network topology|network's topology here]].
Learn more about the [[Mesh/Network topology|network's topology here]].


== Configuring the Web Dashboard ==
=== Configuring the Web Dashboard ===


While connected to the ''private'' network (default <code>pplsopen-admin</code>), try connecting to the home node's web dashboard by opening a web browser and navigating to [http://172.30.0.1]
While connected to the ''private'' network (default <code>pplsopen-admin</code>), try connecting to the home node's web dashboard by opening a web browser and navigating to [http://172.30.0.1 172.30.0.1]


If the flash was successful you should be brought to the following screen:
If the flash was successful you should be brought to the following screen:
Line 151: Line 151:
<br clear=all>
<br clear=all>


== Changing Admin and Root User Passwords ==
=== Changing Admin and Root User Passwords ===


'''''Note: If you would like to be able to change the above wifi settings in the future, or ssh into your router, you will need to change the admin and root passwords within 12 hours.'''''
'''''Note: If you would like to be able to change the above wifi settings in the future, or ssh into your router, you will need to change the admin and root passwords within 12 hours.'''''
Line 164: Line 164:
     passwd admin
     passwd admin


== Makenode (v.0.2.3 and earlier) ==
== Testing ==
'''''Note: If you installed autoconfiguring [https://github.com/sudomesh/sudowrt-firmware/releases/tag/0.3.0 release 0.3.0] for myNet N600 routers, you do not need to use makenode. See the autoconf instructions above.'''''


Makenode's documentation has been consolidated to [[Mesh/Makenode|its page.]]
After you're finished with the flashing and configuration, your home node should be available for connections via your private WiFi SSID (default <code>pplsopen-admin</code>). Additionally the public SSIDs <code>peoplesopen.net <your mesh IP></code> and <code>peoplesopen.net fast <your mesh IP></code> will be available. It should also be populated on the [https://peoplesopen.herokuapp.com monitor]!


= Testing =
A fourth interface named <code>pplsopen.net-node2node</code> will be detectable as well. This is the interface used for the nodes to mesh with each other.


After you're finished with the flashing and configuration, your home node should be available for connections via your private WiFi SSID. Additionally the public SSID 'peoplesopen.net' will be available. It should also be populated on the [https://peoplesopen.herokuapp.com monitor]!
At this point you're setup. Reach out to the [[Mesh#How_To_Participate|rest of the network]]!


A third interface named 'pplsopen.net-node2node' will be detectable as well. This is the interface used for the nodes to mesh with each other.
== Makenode (v.0.2.3 and earlier) ==
'''''Note: If you installed autoconfiguring [https://github.com/sudomesh/sudowrt-firmware/releases/tag/0.3.0 release 0.3.0] for myNet N600 routers, you do not need to use makenode. See the autoconf instructions above.'''''


At this point you're setup. For more information on using your node, such as accessing the web-based management interface, see [[Home and extender nodes#Home_nodes|Home node info]]
Makenode's documentation has been consolidated to [[Mesh/Makenode|its page.]]
 
For more technical details on the internals of the home node, see the [[Mesh/Technical_Overview]]
 
For more in depth testing procedures, see our [https://github.com/sudomesh/babeld-lab/blob/master/operator_manual.md mesh node operator's manual].
 
= Troubleshooting =
If you get the error "no such file or directory", open a new terminal and run this command to ensure that <tt>node</tt> points to your NodeJS executable:
 
  sudo ln -s nodejs node
 
In the new terminal, return to the 'makenode' source code directory and try again:
 
  npm install
  ./makenode.js


= Flashing TP-Link Routers =
= Flashing TP-Link Routers =

Navigation menu