Hooked a P25rx to a Rpi and can see the device the tsunami of data coming from it.
Doing a
will show my a LOT of data coming from the device, but I'm not sure what I need to send to it to get it in a mode where it is only returning the received talkgroups (ideally just the unencrypted ones it's receiving).
When I see lines like this, does it mean that it's not encrypted and not ignoring it?
What all should I be looking for, and what can I ignore?
And how do I get the audio not to be sent over the USB, just the log info?
Doing a
Code:
cat /dev/ttyACM0
Code:
ignoring talkgroup 818 due to enc or skip
TDMA Phase II sync, freq: 857.237500, rssi: -72 dBm, TGroup: 804, Desc: SFPD A1, erate: 0.001
ignoring talkgroup 814 due to enc or skip
rssi: -73 tsbk_ps 52 sa 1 ue 1 wacn_id 0xbee00 sys_id 0x2bb nac 0x2b1 rf_id 1 site_id 21 tgzone 1 freq 851.250000 $
When I see lines like this, does it mean that it's not encrypted and not ignoring it?
Code:
P25_PII: SRC_RID: 316 GRP 816 $
And how do I get the audio not to be sent over the USB, just the log info?