Go to file
notplants c92cbe156b use all nodes 2023-04-27 14:50:19 +05:30
templates nightly analytics 2023-04-27 14:16:42 +05:30
.gitignore nightly analytics 2023-04-27 14:16:42 +05:30
README.md systemd service 2023-04-27 14:47:13 +05:30
cowmesh_iperf_test.py use all nodes 2023-04-27 14:50:19 +05:30
cowmesh_scp_test.py iperf test 2023-04-20 16:30:28 +05:30
generate_image.py initial scp test 2023-04-18 16:12:20 +05:30
moonlight_analytics.py add requirements.txt 2023-04-27 14:23:08 +05:30
moonlight_analytics.service systemd service 2023-04-27 14:47:13 +05:30
nightly_test.py nightly analytics 2023-04-27 14:16:42 +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
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)