Daniel Barlow
|
7a5017fd17
|
fix package search path in wrapper
|
1 year ago |
Daniel Barlow
|
07ee2a1b0e
|
example of nixos module/systemd service
|
1 year ago |
Daniel Barlow
|
d795d5a4a1
|
whitespace and function reordering
|
1 year ago |
Daniel Barlow
|
5f71c2158f
|
delete redundant crlf
|
1 year ago |
Daniel Barlow
|
81e6837294
|
read config file to get smsc, phone number & device name
|
1 year ago |
Daniel Barlow
|
a36876194d
|
make default.nix a function callable by callPackage
|
1 year ago |
Daniel Barlow
|
63232841cd
|
placeholder README
|
1 year ago |
Daniel Barlow
|
501312d600
|
allow :smsc and :device params to sms module
|
1 year ago |
Daniel Barlow
|
02ea16374c
|
log serial io to _G.modem-spew instead of stdout
|
1 year ago |
Daniel Barlow
|
429a661346
|
print unprintable characters as \u escapes
|
1 year ago |
Daniel Barlow
|
a78cba0a3f
|
add test= macro for prettier assertions
|
1 year ago |
Daniel Barlow
|
ff83e03e0c
|
tidying
|
1 year ago |
Daniel Barlow
|
b2c4972529
|
switch to using PDU format
this means we can now send { } [ ] and other characters that
have multi-byte encoding in the gsm character set
|
1 year ago |
Daniel Barlow
|
4ca8ddcf9f
|
add fn "command" which combines tx and expect
... also has better (any) error handling
|
1 year ago |
Daniel Barlow
|
3bb143b6f4
|
SMS sending works for basic chars
won't send { } [ ]: hypothesis, because these characters can't
be represented in one byte of the GSM charset
|
1 year ago |
Daniel Barlow
|
1928ff0681
|
delete debug prints
|
1 year ago |
Daniel Barlow
|
f75b8bd59a
|
lua hello-world HTTP server
|
1 year ago |