bbrasmussen
Member
Quite a few people have been using a Raspberry Pi to feed audio to Icecast and RR using Darkice. I wanted to go one step further and make it so both the audio and scanner metadata (alpha tags) could both be fed from the Raspberry Pi. I wrote a Python script to get data from Uniden scanners via serial and send this data to an Icecast server to update alpha tags in real time.
The script works with Uniden scanners. I haven't pursued GRE/RS scanners since they require a different device to connect. There's as yet a driver for the Radio Shack programming interface for the Raspberry Pi (perhaps someone with more Linux skills than mine could help write one.)
A special thanks to Uplink for helping me test and implement the script! His Raspberry Pi feed with alpha tags can be heard here: Los Angeles County Sheriff, Fire, and Aircraft - Santa Clarita Valley
The script and instructions can be found here:
http://www.k7bbr.net/projects/metapy.htm
Let me know if you have issues/need help implementing it. The data format can be changed to suit your needs/wants. Feel free to modify the script to fit your needs, or let me know, and I'd be glad to help you get the formatting right. I've also been working on other ideas to implement a basic logging function into the script. I'll post updates to the script if anyone is interested in this as well.
The script works with Uniden scanners. I haven't pursued GRE/RS scanners since they require a different device to connect. There's as yet a driver for the Radio Shack programming interface for the Raspberry Pi (perhaps someone with more Linux skills than mine could help write one.)
A special thanks to Uplink for helping me test and implement the script! His Raspberry Pi feed with alpha tags can be heard here: Los Angeles County Sheriff, Fire, and Aircraft - Santa Clarita Valley
The script and instructions can be found here:
http://www.k7bbr.net/projects/metapy.htm
Let me know if you have issues/need help implementing it. The data format can be changed to suit your needs/wants. Feel free to modify the script to fit your needs, or let me know, and I'd be glad to help you get the formatting right. I've also been working on other ideas to implement a basic logging function into the script. I'll post updates to the script if anyone is interested in this as well.