atd

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/atd
Log | Files | Refs

DateCommit messageAuthorFiles+-
2021-08-11 19:22add sms events event, and sms delivered statusNihal Jere3+71-0
2021-08-09 21:24atd: cleanupNihal Jere1+56-46
2021-08-09 16:15atd: get rid of currentcmd, which was redundantNihal Jere1+9-12
2021-08-09 01:21atd: configure modem on startupNihal Jere1+5-0
2021-08-09 01:20atd: send startup commands inside main loopNihal Jere1+46-33
2021-08-08 23:54atd: lprint to stderrNihal Jere1+14-14
2021-08-05 04:27atsim: allow general entry of escape sequencesNihal Jere1+37-43
2021-08-05 00:05atd: small changesNihal Jere1+5-5
2021-08-05 00:04atd: add submit command to send sms messagesNihal Jere2+128-28
2021-08-04 20:13pdu: add htoa, to encode raw data to ascii hexNihal Jere2+18-0
2021-08-04 20:03atsim: write AT+CMGS out properlyNihal Jere1+8-0
2021-08-04 19:58atc: add sms submissionNihal Jere3+19-1
2021-08-04 19:56pdu: working message encoding for GSMNihal Jere2+44-27
2021-08-04 19:48atd: fix CNMI terminatorNihal Jere1+1-1
2021-08-02 15:40atd: fix memory leakNihal Jere1+1-0
2021-08-02 05:14add pdu.*, for pdu encoding and decodingNihal Jere2+633-0
2021-08-02 05:13atsim: add exception for +CMT, allowing entry of extra lineNihal Jere1+32-2
2021-08-02 05:12atd: further improve loggingNihal Jere1+7-3
2021-08-02 05:11atd: decode pduNihal Jere1+24-0
2021-08-02 05:09atd: fix segfaultNihal Jere1+1-1
2021-08-01 01:55atd: improve loggingNihal Jere1+2-2
2021-08-01 01:52atd: introduce nextline functionNihal Jere1+60-27
2021-08-01 01:49atd: add CNMI start up commandNihal Jere1+1-1
2021-07-27 22:16atd: drop _GNU_SOURCENihal Jere1+0-2
2021-07-27 03:59encdec: export xreadNihal Jere1+1-0
2021-07-27 03:59atd: print whole commandNihal Jere1+1-2
2021-07-27 03:58atd: fix startup commandsNihal Jere1+17-3
2021-07-17 17:32cleanupNihal Jere1+21-44
2021-07-13 19:27AT+CLOP=1 to determine when call is answeredNihal Jere1+1-1
2021-07-09 23:50atd: set SO_REUSEADDRNihal Jere1+5-0
2021-07-09 23:48atd: take tty as argNihal Jere1+8-1
2021-07-09 23:48atd: add startup commandNihal Jere1+5-0
2021-07-07 19:34encdec: export xwriteNihal Jere1+1-0
2021-06-15 20:28clear current commands when finishedNihal Jere2+6-0
2021-06-13 22:40redo call statusNihal Jere5+117-118
2021-06-07 17:27call status response works!Nihal Jere4+87-92
2021-06-07 16:06man pollfd global to reduce parametersNihal Jere1+16-16
2021-06-07 15:55extract encoding/decoding code outNihal Jere5+174-49
2021-06-06 04:42initial call status implementationNihal Jere3+90-14
2021-06-06 02:46make fdbufs globalNihal Jere1+31-31
2021-06-06 02:12parse clccNihal Jere3+64-7
2021-06-05 16:48extract command sending code into send_commandNihal Jere1+25-24
2021-06-05 04:28prepare for proper URC handlingNihal Jere3+80-29
2021-06-02 01:28use tty modem backendNihal Jere1+29-1
2021-06-02 00:12send command result to clientNihal Jere3+40-7
2021-06-01 20:25handle responses from modemNihal Jere2+49-18
2021-05-25 21:20add type system for wire protocolNihal Jere3+66-81
2021-05-25 17:04delete socket on exitNihal Jere1+4-3
2021-05-25 02:51shorten some linesNihal Jere1+4-3
2021-05-25 02:08remove stdin/stdout handling in event loopNihal Jere1+0-30
2021-05-25 01:17ret is returned variableNihal Jere1+21-22
2021-05-25 00:47add fdbuf_write and fdbuf_readNihal Jere1+36-14
2021-05-25 00:46add macros to make switching poll states less error proneNihal Jere1+11-8
2021-05-24 20:04command queue acts like a queue nowNihal Jere2+26-19
2021-05-19 04:32.gitignoreNihal Jere1+2-0
2021-05-19 04:31use union for extra command dataNihal Jere2+11-7
2021-05-19 04:01atsim interaction works nowNihal Jere3+101-40
2021-05-06 03:58remove some obsolete commentsNihal Jere1+0-3
2021-04-30 03:13we die if the backend diesNihal Jere1+3-4
2021-04-30 02:56add queue, cleanup, fix broken thingsNihal Jere4+114-43
2021-04-26 01:10checkpoint: atd reads phone number correctlyNihal Jere4+125-104
2021-04-25 06:09initial commitNihal Jere7+605-0