Go to file
notplants 6fcd4b2b36 internet node 2023-07-17 15:10:15 +02:00
iruway-data internet node 2023-07-17 15:10:15 +02:00
templates nightly analytics 2023-04-27 14:16:42 +05:30
.gitignore lineplot 2023-06-16 17:34:55 +02:00
README.md systemd service 2023-04-27 14:47:13 +05:30
convert_to_csv.py lineplot 2023-06-16 17:34:55 +02:00
cowmesh_constants.py internet node 2023-07-17 15:10:15 +02:00
cowmesh_helpers.py cleanup 2023-05-04 22:37:48 +05:30
cowmesh_pi_iperf_test.py tests 2023-05-01 21:56:45 +05:30
cowmesh_pi_speedtest.py fix messages 2023-05-01 22:08:22 +05:30
cowmesh_router_iperf_test.py internet node 2023-07-17 15:10:15 +02:00
cowmesh_scp_test.py tests 2023-05-01 21:56:45 +05:30
generate_image.py initial scp test 2023-04-18 16:12:20 +05:30
get_device_info.y.py tests 2023-05-01 21:56:45 +05:30
moonlight_analytics.py lineplot 2023-06-16 17:34:55 +02:00
moonlight_analytics.service systemd service 2023-04-27 14:47:13 +05:30
nightly_test.py cleanup 2023-05-04 22:37:48 +05:30
requirements.txt add requirements.txt 2023-04-27 14:23:08 +05:30
run.md iperf test 2023-04-20 16:30:28 +05:30
scatter_plot.py internet node 2023-07-17 15:10:15 +02:00
server.py nightly analytics 2023-04-27 14:16:42 +05:30

README.md

to install required dependencies

pip install -r requirements.txt

to run the telegram bot and listen for commands

python3 moonlight_analytics.py

to run the nightly iperf test

python3 nightly_test.py

to install a systemd service file for the telegram bot

  • 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)