robotastic / trunk-recorder

Records calls from a Trunked Radio System (P25 & SmartNet)
GNU General Public License v3.0
827 stars 191 forks source link

Add TSBK Stream Option #888

Open jelimoore opened 6 months ago

jelimoore commented 6 months ago

This PR adds the ability to send TSBKs to an external UDP host for further analysis. Simply add the following lines to your config in the main section:


"tsbkStreamPort": 5678```

And you will get all incoming TSBKs (single-block and multi-block) sent over the UDP socket to the host and port of your choice.