local changes

This commit is contained in:
notplants 2023-07-17 16:30:52 +02:00
parent f02eb2053d
commit d5f17328bf
1 changed files with 22 additions and 1 deletions

View File

@ -11,4 +11,25 @@
- update moonlight_analytics.service with correct paths
- cp moonlight_analytics.service /etc/systemd/system/
- sudo systemctl enable moonlight_analytics.service
- systemctl status moonlight_analytics.service (to see it running)
- systemctl status moonlight_analytics.service (to see it running)
# to add a new router to the test
the code for this project is on janastunuc in the following folder:
/datadrive/apps/moonlight_analytics/cowmesh-network-test
in that folder is a file cowmesh_constants.py
1. add the new router to NODES and HOST_TO_IP in cowmesh_constants.py with the host name and IP of the router
2. ensure that iperf2 is installed on the new router
as documented here https://pad.commoninternet.net/p/cowmesh-report, there was an issue we were observing
with installing packages via opkg (which would be the easiest way to install iperf, if it works)
alternatively, I was able to avoid the opkg issue by downloading iperf2 directly from here https://downloads.openwrt.org/releases/18.06.9/packages/mips_24kc/base/ and then installing the binary directly on the router,
by passing a path to the local downloaded file to install directly via opkg
3. on janastunuc, run: sudo systemctl restart moonlight_analytics
ideally, any changes you make to cowmesh_constants.py can also be pushed to the gitea repository (https://git.coopcloud.tech/notplants/cowmesh-network-test),
so that gitea and the local code stay in in sync