https://github.com/aneisch/cellular_bridge
Bridge Cellular Network for Pushover Notifications
https://github.com/aneisch/cellular_bridge
Last synced: 5 months ago
JSON representation
Bridge Cellular Network for Pushover Notifications
- Host: GitHub
- URL: https://github.com/aneisch/cellular_bridge
- Owner: aneisch
- Created: 2023-01-04T02:15:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T14:55:45.000Z (about 2 years ago)
- Last Synced: 2025-02-17T10:51:43.056Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bridge for cellular modem using hologram network. Bridges cellular network and pushover to send alerts.
Example Docker-Compose:
```yaml
cellular_bridge:
image: cellular_bridge
container_name: cellular_bridge
restart: 'always'
environment:
- PUSHOVER_TOKEN=xxxxxx
- PUSHOVER_USER=xxxxx
- SIM_KEY=xxxxx
# Optional port (cannot be privileged port)
- LISTEN_PORT=9999
# Optional IP (default: 0.0.0.0)
ports:
- 11111:11111
```