SIM800C/README.md
2025-04-20 23:43:24 +02:00

32 lines
414 B
Markdown

## Instal
### Ubuntu
```SHELL
curl -sSL "https://git.openergy.ru/LUCKFOX/SIM800C/raw/branch/main/install.sh" | bash
```
## Usage (via systemd unit)
- Start & enable on startup
```SHELL
sudo systemctl start sim800
sudo systemctl enable sim800
```
- Stop
```SHELL
sudo systemctl stop sim800
```
- Restart
```SHELL
sudo systemctl restart sim800
```
## Dependencies
### Ubuntu
```SHELL
sudo apt install ppp
```