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.
- Host: GitHub
- URL: https://github.com/kisom/lora-modem
- Owner: kisom
- Created: 2019-04-12T18:51:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T21:33:10.000Z (about 7 years ago)
- Last Synced: 2025-06-24T07:38:38.228Z (12 months ago)
- Topics: communications-networks, feather, lora, radio
- Language: C++
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
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)