diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-09 15:31:08 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-09 15:31:08 (GMT) |
commit | 1a270b94af089ff41fe646807ac8d13aa70703a6 (patch) | |
tree | 02a39b67f3edd80891fdae6f20991077cf3e9698 | |
parent | 1eff5fc3f6f03d4beccc49f6d5a8c6e37fb9b6c5 (diff) |
add nodeid in documentation
-rw-r--r-- | doc/overview.org | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/overview.org b/doc/overview.org index 40fe441..6f296f7 100644 --- a/doc/overview.org +++ b/doc/overview.org @@ -19,7 +19,7 @@ - mesh-wide link-local IPv6 - used for UDP broadcasts and default for all other node2node communication - - Robinson net (see below) + - Robinson networks (see below) * State machines (FSMs) State machines are implemented using the /sbin/fsm script (see @@ -44,7 +44,7 @@ digraph dsd { The node as a working direct internet connection. - gw_mode=1, bandwidth >> 0 - DHCP range: derived from router-id -*** Ghost +*** TODO Ghost The node was a queen recently (within the last 3600s), but now its direct internet access does not work anymore. There still is a working connection in the cloud. @@ -118,6 +118,9 @@ digraph { ** Router IDs - unique ID :: all routers use /proc/sys/kernel/random/boot_id as unique ID + - node ID :: /etc/nodeid is used as unique identifier across + reboots and firmware upgrades; it is initialized with + the unique ID of the first boot - gateway ID :: 0..254, given only to Queens and Ghosts, managed via p2ptbl "gwid" ** Connectivity tests |