-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
34 lines (26 loc) · 951 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Alrayt, here's what else we can do here:
* Refactor update_usb to work with other USB modems, right now it's all tied up to the Huawei E1552 (a.k.a. Globe Tattoo)
* Add gammu-smsd control script (e.g. bin/gammu-smsd-ctl globe status). This will use a config/gammut.yml config file, that looks like this:
# global database config
database:
adapter: mysql
username: xxxx
password: xxxx
globe:
IMSI: 1234567890 (if tied to a specific SIM)
IMEI: 1234567890 (if tied to a specific IMEI)
# local database config
database:
adapter: mysql
username: xxxx
password: xxxx
* Add support for auto-starting gammu-smsd and killing it when a USB device is removed.
* Add bin/scan_usb, for making manual scans of existing USB devices
* Add bin/list_registry, for listing useful information in the registry
* Add Rakefile and necessary init and configure tasks
** NOTES **
-- Additional fields
[inbox]
processed_at
worked_at
try_count