No description
Find a file
randogoth 60ca038c36 help
2023-05-12 02:04:15 +03:00
loratransmit packetize and cleanup 2023-05-12 01:51:21 +03:00
.gitignore Initial commit 2023-05-11 20:53:43 +03:00
LICENSE Initial commit 2023-05-11 20:53:43 +03:00
README.md help 2023-05-12 02:04:15 +03:00

LoRaTransmit

LoRa packet transmitter for RNode hardware

Usage

provide payload as command line argument or via pipe

usage: loratransmit [-h] [--freq Hz] [--bw Hz] [--txp dBm] [--sf factor]
                       [--cr rate]
                       [port] [payload]

LoRa packet transmitter for RNode hardware.

positional arguments:
  port         Serial port where RNode is attached
  payload      The payload to be transmitted

options:
  -h, --help   show this help message and exit
  --freq Hz    Frequency in Hz
  --bw Hz      Bandwidth in Hz
  --txp dBm    TX power in dBm
  --sf factor  Spreading factor
  --cr rate    Coding rate