Difference between revisions of "Mesh/WalkThrough"
no edit summary
Tunabananas (talk | contribs) (Bit of cleanup; Moved OpenWRT image build instructions to a separate page.) |
|||
Line 1: | Line 1: | ||
The following walkthrough assumes you're using linux and you have [https://help.ubuntu.com/community/UsingTheTerminal knowledge of the terminal]. The basic idea of getting a node (router) on the mesh consists of flashing (copying files to [https://en.wikipedia.org/wiki/Flash_memory flash memory]) an operating system to the node and installing additional drivers and packages. We use [https://openwrt.org/ OpenWRT] as the operating system on our embedded devices (routers), then connect to the node (via [https://en.wikipedia.org/wiki/Secure_Shell SSH]), install the related software and configure it. This operating system is meant to fit on a small amount (4MB) of flash memory. | The following walkthrough assumes you're using linux and you have [https://help.ubuntu.com/community/UsingTheTerminal knowledge of the terminal]. The basic idea of getting a node (router) on the mesh consists of flashing (copying files to [https://en.wikipedia.org/wiki/Flash_memory flash memory]) an operating system to the node and installing additional drivers and packages. We use [https://openwrt.org/ OpenWRT] as the operating system on our embedded devices (routers), then connect to the node (via [https://en.wikipedia.org/wiki/Secure_Shell SSH]), install the related software and configure it. This operating system is meant to fit on a small amount (4MB) of flash memory. | ||
Notes on choosing a router: [[Mesh/Choosing_A_Router]] | |||
To build an OpenWRT image from scratch, visit this How To: [[Mesh/Build An OpenWRT Image]] | To build an OpenWRT image from scratch, visit this How To: [[Mesh/Build An OpenWRT Image]] |