Go to file
2025-04-22 22:24:07 +02:00
chat fixed path errors 2025-04-19 18:31:15 +02:00
healthcheck-service added healthchecks 2025-04-22 21:43:22 +02:00
healthcheck-timer added healthchecks 2025-04-22 21:43:22 +02:00
install.sh fixed mistyping 2025-04-22 22:03:43 +02:00
peer initial commit 2025-04-19 18:17:14 +02:00
README.md updated README 2025-04-22 22:24:07 +02:00
script added healthchecks 2025-04-22 21:43:22 +02:00
service added healthchecks 2025-04-22 21:43:22 +02:00

Install

Ubuntu

curl -sSL "https://git.openergy.ru/LUCKFOX/SIM800C/raw/branch/main/install.sh" | bash

Usage (via systemd unit)

  • Start & enable on startup
sudo systemctl start sim800
sudo systemctl enable sim800
sudo systemctl start sim800-healthcheck.timer
sudo systemctl enable sim800-healthcheck.timer
  • Stop
sudo systemctl stop sim800
sudo systemctl stop sim800-healthcheck.timer
  • Restart
sudo systemctl restart sim800

Dependencies

Ubuntu

sudo apt remove -y inetutils-ping
sudo apt install -y ppp iputils-ping