An open API service indexing awesome lists of open source software.

https://github.com/kisom/lora-modem

Feather-based LoRa modem for sending SMS-like messages.
https://github.com/kisom/lora-modem

communications-networks feather lora radio

Last synced: 4 months ago
JSON representation

Feather-based LoRa modem for sending SMS-like messages.

Awesome Lists containing this project

README

          

modem
=====

Use LoRa to send messages. Host frontend coming any day now. For now
9600 8N1 on the modem, using the commands below.

Callsigns must be 5 or 6 characters.

Messages are

SENDER_ID RECVR_ID message...

Commands
--------

+ !ID id - set the modem's ID to id.
+ ?ID - query the current ID
+ !ECHO - enable local echo
+ !NOECHO - disable local echo
+ >MESSAGE - transmit message

New messages will be printed with a trailing '<' and are hex-encoded.

TODO:
[ ] Line wrapping in pager
[ ] No ident -> read all messages (like a scanner)