Difference between revisions of "Mesh/WalkThrough"

Jump to navigation Jump to search
m (Removed incorrect info)
(added prerequisites for ubuntu)
Line 6: Line 6:


The directions that follow assume you are runing a linux-ish distro (OSX should work). Many of the quoted commands listed below may need `sudo` prepended to them. For the moment, Windows users will have to figure out some of these steps on their own. Sorry :/
The directions that follow assume you are runing a linux-ish distro (OSX should work). Many of the quoted commands listed below may need `sudo` prepended to them. For the moment, Windows users will have to figure out some of these steps on their own. Sorry :/
If you are working with a fresh installation of Ubuntu linux, you will need to install a few pieces of software. Do install them, open your terminal and type the following:
<code>sudo apt-get install nodejs</code>
<code>sudo apt-get install git</code>
<code>sudo apt-get install npm</code>
<code>sudo apt-get install dropbear</code>


=Installing OpenWRT=
=Installing OpenWRT=