https://github.com/uedatakeyuki/gc_modem
USB 3G dongle utils
https://github.com/uedatakeyuki/gc_modem
Last synced: 3 months ago
JSON representation
USB 3G dongle utils
- Host: GitHub
- URL: https://github.com/uedatakeyuki/gc_modem
- Owner: UedaTakeyuki
- License: mit
- Created: 2018-10-04T08:46:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T09:28:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T15:40:00.955Z (5 months ago)
- Language: Python
- Size: 292 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gc_modem
USB 3G dongle and Data SIM card utilities- [udev_rules](udev_rules/README.md) : Udev rules for usb 3G modem recognition.
- [wvdial](wvdial/README.md) : Settings for ppp connection with SIM cards.
- [scripts](scripts/README.md) : utils to get information of 3G Dongle.## install
download from [release](https://github.com/UedaTakeyuki/gc_modem/releases)or
```
git clone https://github.com/UedaTakeyuki/gc_modem.git
```## gc_modem symlink to appropriate tty for 3G modem
To avoid ambiguity of which tty device is relating with 3G modem, a udev_rules of this project make symbolic link ***/dev/gc_modem*** to the appropriate tty device.
The [wvdial configration](wvdial/wvdial.conf) and script files in this project also use ***/dev/gc_modem***.