https://github.com/rostgaard/wwan-tool
Ad-hoc tool for communicating with serial attached GSM modems
https://github.com/rostgaard/wwan-tool
Last synced: 4 months ago
JSON representation
Ad-hoc tool for communicating with serial attached GSM modems
- Host: GitHub
- URL: https://github.com/rostgaard/wwan-tool
- Owner: rostgaard
- Created: 2012-06-21T19:53:02.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-28T21:52:33.000Z (about 14 years ago)
- Last Synced: 2023-03-13T19:38:43.563Z (over 3 years ago)
- Language: Ada
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Ada WWAN Tool
=============
Some basic WWAN UART I/O routines for accessing and communicating with an
Ericsson F3507g Mobile Broadband Module
TODO
----
* Enable Tasking
* Extend the procedure, so they can react to error conditions
* Make the inputs of the program more robust with an internal timeout and regexp
* Make the program take command line arguments (Ada.Command_Line)
* Daemonize the program (optional)
* Make a call-home feature (check if there is internet already)
* Implement the scanning functions
* Build a html form/ssh server that receives the reports - or, send sms'
* Enable the anti-theft feature to be enabled from sms
Bugs
----
* The modem sometimes return NO CARRIER to commands, why?