Skip to content

Bridge Cellular Network for Pushover Notifications

Notifications You must be signed in to change notification settings

aneisch/cellular_bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bridge for cellular modem using hologram network. Bridges cellular network and pushover to send alerts.

Example Docker-Compose:

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

About

Bridge Cellular Network for Pushover Notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages