76
edits
Line 18: | Line 18: | ||
= | =Install OpenWRT on your Router= | ||
==Download the Sudomesh OpenWRT Image File For a Supported Router== | ==Download the Sudomesh OpenWRT Image File For a Supported Router== | ||
Line 33: | Line 33: | ||
Download the image file for your supported router. | Download the image file for your supported router. | ||
==Flash your Router with OpenWRT== | |||
== | |||
There are different techniques for flashing each of the routers. Use the links above to the openwrt wiki and follow the instructions there to flash the router with the firmware you've downloaded. | There are different techniques for flashing each of the routers. Use the links above to the openwrt wiki and follow the instructions there to flash the router with the firmware you've downloaded. | ||
Line 64: | Line 63: | ||
=Configuring | =Configuring Your OpenWRT Router to Work on the Sudomesh Network= | ||
These are the steps for configuring your newly flashed router. It will retrieve hardware information about the node, prompt you for a few config settings, and then query the meshnode database to get an available IP address and subnet. | These are the steps for configuring your newly flashed router. It will retrieve hardware information about the node, prompt you for a few config settings, and then query the meshnode database to get an available IP address and subnet. | ||
Open your terminal in Linux and type:<br> | |||
<code>git clone https://github.com/sudomesh/makenode.git</code> | |||
<code>cd makenode</code> | <code>cd makenode</code> | ||
Line 117: | Line 113: | ||
Then you need to install nodejs/npm packages: | Then you need to install nodejs/npm packages: |
edits