2021-08-11 19:22 | add sms events event, and sms delivered status | Nihal Jere | 3 | +71 | -0 |
2021-08-09 21:24 | atd: cleanup | Nihal Jere | 1 | +56 | -46 |
2021-08-09 16:15 | atd: get rid of currentcmd, which was redundant | Nihal Jere | 1 | +9 | -12 |
2021-08-09 01:21 | atd: configure modem on startup | Nihal Jere | 1 | +5 | -0 |
2021-08-09 01:20 | atd: send startup commands inside main loop | Nihal Jere | 1 | +46 | -33 |
2021-08-08 23:54 | atd: lprint to stderr | Nihal Jere | 1 | +14 | -14 |
2021-08-05 04:27 | atsim: allow general entry of escape sequences | Nihal Jere | 1 | +37 | -43 |
2021-08-05 00:05 | atd: small changes | Nihal Jere | 1 | +5 | -5 |
2021-08-05 00:04 | atd: add submit command to send sms messages | Nihal Jere | 2 | +128 | -28 |
2021-08-04 20:13 | pdu: add htoa, to encode raw data to ascii hex | Nihal Jere | 2 | +18 | -0 |
2021-08-04 20:03 | atsim: write AT+CMGS out properly | Nihal Jere | 1 | +8 | -0 |
2021-08-04 19:58 | atc: add sms submission | Nihal Jere | 3 | +19 | -1 |
2021-08-04 19:56 | pdu: working message encoding for GSM | Nihal Jere | 2 | +44 | -27 |
2021-08-04 19:48 | atd: fix CNMI terminator | Nihal Jere | 1 | +1 | -1 |
2021-08-02 15:40 | atd: fix memory leak | Nihal Jere | 1 | +1 | -0 |
2021-08-02 05:14 | add pdu.*, for pdu encoding and decoding | Nihal Jere | 2 | +633 | -0 |
2021-08-02 05:13 | atsim: add exception for +CMT, allowing entry of extra line | Nihal Jere | 1 | +32 | -2 |
2021-08-02 05:12 | atd: further improve logging | Nihal Jere | 1 | +7 | -3 |
2021-08-02 05:11 | atd: decode pdu | Nihal Jere | 1 | +24 | -0 |
2021-08-02 05:09 | atd: fix segfault | Nihal Jere | 1 | +1 | -1 |
2021-08-01 01:55 | atd: improve logging | Nihal Jere | 1 | +2 | -2 |
2021-08-01 01:52 | atd: introduce nextline function | Nihal Jere | 1 | +60 | -27 |
2021-08-01 01:49 | atd: add CNMI start up command | Nihal Jere | 1 | +1 | -1 |
2021-07-27 22:16 | atd: drop _GNU_SOURCE | Nihal Jere | 1 | +0 | -2 |
2021-07-27 03:59 | encdec: export xread | Nihal Jere | 1 | +1 | -0 |
2021-07-27 03:59 | atd: print whole command | Nihal Jere | 1 | +1 | -2 |
2021-07-27 03:58 | atd: fix startup commands | Nihal Jere | 1 | +17 | -3 |
2021-07-17 17:32 | cleanup | Nihal Jere | 1 | +21 | -44 |
2021-07-13 19:27 | AT+CLOP=1 to determine when call is answered | Nihal Jere | 1 | +1 | -1 |
2021-07-09 23:50 | atd: set SO_REUSEADDR | Nihal Jere | 1 | +5 | -0 |
2021-07-09 23:48 | atd: take tty as arg | Nihal Jere | 1 | +8 | -1 |
2021-07-09 23:48 | atd: add startup command | Nihal Jere | 1 | +5 | -0 |
2021-07-07 19:34 | encdec: export xwrite | Nihal Jere | 1 | +1 | -0 |
2021-06-15 20:28 | clear current commands when finished | Nihal Jere | 2 | +6 | -0 |
2021-06-13 22:40 | redo call status | Nihal Jere | 5 | +117 | -118 |
2021-06-07 17:27 | call status response works! | Nihal Jere | 4 | +87 | -92 |
2021-06-07 16:06 | man pollfd global to reduce parameters | Nihal Jere | 1 | +16 | -16 |
2021-06-07 15:55 | extract encoding/decoding code out | Nihal Jere | 5 | +174 | -49 |
2021-06-06 04:42 | initial call status implementation | Nihal Jere | 3 | +90 | -14 |
2021-06-06 02:46 | make fdbufs global | Nihal Jere | 1 | +31 | -31 |
2021-06-06 02:12 | parse clcc | Nihal Jere | 3 | +64 | -7 |
2021-06-05 16:48 | extract command sending code into send_command | Nihal Jere | 1 | +25 | -24 |
2021-06-05 04:28 | prepare for proper URC handling | Nihal Jere | 3 | +80 | -29 |
2021-06-02 01:28 | use tty modem backend | Nihal Jere | 1 | +29 | -1 |
2021-06-02 00:12 | send command result to client | Nihal Jere | 3 | +40 | -7 |
2021-06-01 20:25 | handle responses from modem | Nihal Jere | 2 | +49 | -18 |
2021-05-25 21:20 | add type system for wire protocol | Nihal Jere | 3 | +66 | -81 |
2021-05-25 17:04 | delete socket on exit | Nihal Jere | 1 | +4 | -3 |
2021-05-25 02:51 | shorten some lines | Nihal Jere | 1 | +4 | -3 |
2021-05-25 02:08 | remove stdin/stdout handling in event loop | Nihal Jere | 1 | +0 | -30 |
2021-05-25 01:17 | ret is returned variable | Nihal Jere | 1 | +21 | -22 |
2021-05-25 00:47 | add fdbuf_write and fdbuf_read | Nihal Jere | 1 | +36 | -14 |
2021-05-25 00:46 | add macros to make switching poll states less error prone | Nihal Jere | 1 | +11 | -8 |
2021-05-24 20:04 | command queue acts like a queue now | Nihal Jere | 2 | +26 | -19 |
2021-05-19 04:32 | .gitignore | Nihal Jere | 1 | +2 | -0 |
2021-05-19 04:31 | use union for extra command data | Nihal Jere | 2 | +11 | -7 |
2021-05-19 04:01 | atsim interaction works now | Nihal Jere | 3 | +101 | -40 |
2021-05-06 03:58 | remove some obsolete comments | Nihal Jere | 1 | +0 | -3 |
2021-04-30 03:13 | we die if the backend dies | Nihal Jere | 1 | +3 | -4 |
2021-04-30 02:56 | add queue, cleanup, fix broken things | Nihal Jere | 4 | +114 | -43 |
2021-04-26 01:10 | checkpoint: atd reads phone number correctly | Nihal Jere | 4 | +125 | -104 |
2021-04-25 06:09 | initial commit | Nihal Jere | 7 | +605 | -0 |