python

  1. C

    Encryption keys and DMR repeaters

    For anyone using 128 bit encryption, I have a Python script that will generate a cryptographically strong key that involves 14 rounds of randomization, SHA-512, PBKDF2, HMAC, a 64 byte initial token, a 64 byte dynamic salt, and 1 million iterations. They come out strong, when I histogrammed over...
  2. djqadira

    Python Scanning/Recording Local South Florida Radio Frequencies

    Has anyone come across code to scan and record radio signals through a laptop USB queryable by an audio index search engine? A recently bought a Baofeng with a USB connector and am seeking until 2021 to apply for a call sign to avoid the COVID-19.
  3. S

    OP25 Talkgroup Priority

    Putting this question out there to see if anyone has had similar thoughts. I have OP25 successfully running on a dedicated xUbuntu machine and have explored it thoroughly. But I was wondering if implementing talkgroup priorities would be possible. I imagine this would be implemented in...
  4. bbrasmussen

    Using Python to Update Icecast Scanner Audio Feeds with a Raspberry Pi

    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...
Top