Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mesh.conf documentation #425

Open
makew0rld opened this issue Jun 19, 2019 · 0 comments
Open

mesh.conf documentation #425

makew0rld opened this issue Jun 19, 2019 · 0 comments

Comments

@makew0rld
Copy link
Contributor

Now that the /etc/mesh.conf file is being used, it'd be good to see some documentation on the variables found in it and stuff, I guess in docs/.

Here's all the places its used so far in develop:

/Desktop/Coding/tomesh/prototype-cjdns-pi develop
❯ rg mesh.conf
scripts/install2
243:sudo confset general mesh-name "$MESH_NAME" /etc/mesh.conf
412:    echo "export MESH_NAME=$(confget -f /etc/mesh.conf -s general "mesh-name")"

scripts/mesh-point/mesh-point
21:mesh_name=$(confget -f /etc/mesh.conf -s general "mesh-name")
22:frequency=$(confget -f /etc/mesh.conf -s general "frequency")

scripts/mesh-point/install
7:MESH_NAME=$(confget -f /etc/mesh.conf -s general "mesh-name")

scripts/hostapd/install
48:APSSID=$(confget -f /etc/mesh.conf -s general "mesh-name")

scripts/mesh-adhoc/install
7:MESH_NAME=$(confget -f /etc/mesh.conf -s general "mesh-name")

scripts/mesh-adhoc/mesh-adhoc
5:mesh_name=$(confget -f /etc/mesh.conf -s general "mesh-name")
6:frequency=$(confget -f /etc/mesh.conf -s general "frequency")
11:mesh_dev=$(confget -f /etc/mesh.conf -s general "ibss-dev")

scripts/shared/hostname/install
3:MESH_NAME=$(confget -f /etc/mesh.conf -s general "mesh-name")

scripts/shared/nodeinfo/install
8:MESH_NAME=$(confget -f /etc/mesh.conf -s general "mesh-name")

@darkdrgn2k Could you do this before v0.5 is released?

@darkdrgn2k darkdrgn2k added this to To Do in Prototype v0.5 via automation Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Prototype v0.5
  
To Do
Development

No branches or pull requests

1 participant