Skip to content

Instantly share code, notes, and snippets.

@rwanyoike
Last active June 4, 2017 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rwanyoike/9627305 to your computer and use it in GitHub Desktop.
Save rwanyoike/9627305 to your computer and use it in GitHub Desktop.
Sakis3G script to connect to a 2G/3G/4G network
#!/usr/bin/env bash
# Replace the **** strings
OTHER="CUSTOM_TTY" \
CUSTOM_TTY="/dev/ttyUSB1" \
APN="CUSTOM_APN" \
CUSTOM_APN="****" \
APN_USER="****" \
APN_PASS="****" \
sakis3g --console connect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment