alexissusset / soracom-cellular-gateway

Sample Cellular Gateway with transparent proxy project running on resin.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resin.io based internet connection sharing code

Allows a raspberry pi to, for example, share a connection using a Cellular dongle with Soracom SIM card

Configuration

  1. In order to share a Cellular connection, you have the following two options:
    1. Share over Ethernet, simply add the ETH_SHARE=1 variable in resin config and your Ethernet based sharing configuration will be added
    2. Share over WiFi, add WIFI_NETWORK= and WIFI_PASSWORD= variable in resin config and your WiFi based sharing configuration will be added

Limitations

Once a WiFi or Ethernet based connection sharing has been added, it will not be updated

About

Sample Cellular Gateway with transparent proxy project running on resin.io


Languages

Language:Shell 62.0%Language:Python 38.0%