From 9757e7cbe438974d3ef6d4f148d859485052979e Mon Sep 17 00:00:00 2001 From: darkdrgn2k Date: Fri, 19 Jul 2019 16:23:59 -0400 Subject: [PATCH 1/4] Added notes for mesh.conf --- docs/MODULES.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/MODULES.md b/docs/MODULES.md index bdb7617e3..c0d99d54c 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -62,6 +62,26 @@ To install all optional modules (not recommended), run the following command: $ wget https://raw.githubusercontent.com/tomeshnet/prototype-cjdns-pi/master/scripts/install && chmod +x install && WITH_MESH_POINT=true WITH_AD_HOC=false WITH_WIFI_AP=true WITH_FIREWALL=true WITH_CJDNS_IPTUNNEL=true WITH_IPFS=true WITH_SSB=true WITH_SSB_WEB_PI=true WITH_PROMETHEUS_NODE_EXPORTER=true WITH_PROMETHEUS_SERVER=true WITH_GRAFANA=true WITH_H_DNS=true WITH_H_NTP=true WITH_EXTRA_TOOLS=true WITH_WATCHDOG=true WITH_YRD=true ./install ``` +## Mesh-Point / Mesh-Adhoc +Configured Mesh Point or AdHoc wireless mesh on interface. + +Config file: `/etc/mesh.conf` +Section `[general]` + +**mesh-name** +Defines name of mesh. Used when creating AdHoc/MeshPoint SSID. +Value: `alphanumeric word` + +**frequency** +Defines frquency AdHoc/MeshPoint will run on. +Value: `valid frequency in Mhz` +Default: `2412` + +**ibss-dev** +Defines the interface AdHoc will run on. +Value: `interface on system` +Default: `first interface not wlan-ap` + ## CJDNS Cjdns (Caleb James DeLisle's Network Suite) is a networking protocol and reference implementation. It is founded on the ideology that networks should be easy to set up, protocols should scale smoothly, and security should be built in by default. @@ -472,4 +492,3 @@ Our nodes can run a Scuttlebutt pub, which allows your messages to propagate thr ### SSB Pub Peering Beyond connecting with mesh peers, or peers on the LAN, you will need to connect to a "pub" to get your Scuttlebutt feed across the Internet. You can find a list of public pubs to join [here](https://github.com/ssbc/ssb-server/wiki/Pub-Servers). - From 32e063ada130cc758843ab9423735e76fcbccb82 Mon Sep 17 00:00:00 2001 From: darkdrgn2k Date: Wed, 7 Aug 2019 07:25:24 -0400 Subject: [PATCH 2/4] Update docs/MODULES.md Co-Authored-By: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com> --- docs/MODULES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MODULES.md b/docs/MODULES.md index c0d99d54c..c88705238 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -69,7 +69,7 @@ Config file: `/etc/mesh.conf` Section `[general]` **mesh-name** -Defines name of mesh. Used when creating AdHoc/MeshPoint SSID. +Defines name of mesh. Used when creating AdHoc/MeshPoint SSID, as well as the hostname of the device. Examples are Tomesh, Massmesh, NYCmesh, etc. Value: `alphanumeric word` **frequency** From d7e77f24c165c06ec7960e4d993ad999b4c784ad Mon Sep 17 00:00:00 2001 From: darkdrgn2k Date: Wed, 7 Aug 2019 07:25:34 -0400 Subject: [PATCH 3/4] Update docs/MODULES.md Co-Authored-By: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com> --- docs/MODULES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MODULES.md b/docs/MODULES.md index c88705238..369345133 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -80,7 +80,7 @@ Default: `2412` **ibss-dev** Defines the interface AdHoc will run on. Value: `interface on system` -Default: `first interface not wlan-ap` +Default: `The first interface that has a name other than wlan-ap` ## CJDNS Cjdns (Caleb James DeLisle's Network Suite) is a networking protocol and reference implementation. It is founded on the ideology that networks should be easy to set up, protocols should scale smoothly, and security should be built in by default. From 1a50e50a64c27da0fde456c71db6eb08e88395b6 Mon Sep 17 00:00:00 2001 From: darkdrgn2k Date: Wed, 7 Aug 2019 07:25:42 -0400 Subject: [PATCH 4/4] Update docs/MODULES.md Co-Authored-By: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com> --- docs/MODULES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MODULES.md b/docs/MODULES.md index 369345133..e3b53069d 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -70,7 +70,7 @@ Section `[general]` **mesh-name** Defines name of mesh. Used when creating AdHoc/MeshPoint SSID, as well as the hostname of the device. Examples are Tomesh, Massmesh, NYCmesh, etc. -Value: `alphanumeric word` +Value: `ASCII character string with no spaces` **frequency** Defines frquency AdHoc/MeshPoint will run on.