-
- Downloads
feat: raw send and receive
add a dumb transceiver function to send or receive generic payload - use terminal `SEND FROM 22 TO 11 DATA 0x01 0x04..` - use flag `STATION_FEATURE` and `REPEATER_FEATURE` to build a station transciver or repeater - all received data will printed as `RECV FROM 33...` - all send data will be printed as `SEND FROM 33...`
Please register or sign in to comment