Difference between revisions of "Mesh/Makenode"

Jump to navigation Jump to search
1,315 bytes added ,  14:36, 7 March 2018
no edit summary
m (Gcg moved page Makenode to Mesh/Makenode: forgot mesh slash)
Line 5: Line 5:


"Early alpha status. Things may break."
"Early alpha status. Things may break."
= makenode theory =
There are two interconnected theories that govern the implementation, usage, and deprecation of the makenode script
== theory for implementation ==
The story goes that makenode was created to solve a few problems with the sudowrt firmware. Mainly, it was much quicker to implement changes in makenode rather than rebuilding the firmware. This way patches could be rapidly deployed with out a full rebuild and reflash of the firmware (however this is ignoring the existence of a lot of already "made nodes"). This use case of triaging patches before integrating them into a new build of the firmware devolved into using makenode to do perform almost all node configurations. While these configurations are mostly "per-node"
1. To retrieve an IP from secrets.peoplesopen.net (our meshnode-database) and then copy it into a lot of config files,
2. To set a root password other per-node configs, such as hostname, private SSID, etc.
3. To perform hardware detection to select which config files to copy onto node
== theory for deprecation ==
While makenode does work, it presents a large barrier to inclusion (e.g. doesn't work on Windows, have to be relatively comfortable with terminal) as well as limiting our ability to quickly configure "blank" routers that can be handed out to anyone.


== What is does makenode change? ==
== What is does makenode change? ==
95

edits

Navigation menu