Search results

  1. X

    New Tone Detection and Finder Software - Python Based

    This this version: https://bcfirewire.com/downloads/icad_td_30_lin.tar.gz
  2. X

    New Tone Detection and Finder Software - Python Based

    Create the folder etc in icad root folder and create the config.json using the following contents { "general": { "log_debug": 1, "headless": 1, "base_url": "https://example.com", "url_audio_path": "https://example.com/audio/" }, "web_gui": {"ip"...
  3. X

    New Tone Detection and Finder Software - Python Based

    if you open etc/config.json and under general change headless from 0 to 1 error should go away. this error it due to the software trying to start up a tray icon. It doesn’t start the try icon if headless = 1 😊 that should fix it
  4. X

    New Tone Detection and Finder Software - Python Based

    I removed it due to the fact BCFY Calls isn't meant to be using in the way I was using it for this software. It is frowned upon to just post only detected toneouts via BCFY Calls. They want a full audio stream seperated by transmissions.
  5. X

    New Tone Detection and Finder Software - Python Based

    Alpha Release 29 Changes: Removed Broadcastify Calls Added more options for MP3 Audio Fixed many bugs!!! Latest Binaries: Linux Download - https://bcfirewire.com/downloads/icad_td_29_lin.tar.gz Windows Download - https://bcfirewire.com/downloads/icad_td_29_win.zip Raspberry PI -...
  6. X

    Creating a new Pi image called iCAD Pi for tone detection.

    I started on a tutorial video, and writing the wiki for the Raspberry Pi image as it is. The started writing a full web interface to configure FD Notify. The problem is I realized how much time and effort I was using to essentially rewrite someone elses program. So that is when I started...
  7. X

    Tioga County P25

    The time line on this is not years. It is months. The current radio system just isn't up to par and I believe this is a major focus as of current. I was made aware of a facebook page for the Emergency Services and they are posting updates. It looks like the dispatch system is being shipped...
  8. X

    FD Tone Notify - New Tone Detection Software Released

    Copy and past the code below to a file named convert.py. Usage - python3 convert.py /home/pi/TTD/tones.cfg Needs to be given a path to your tones.cfg, not tested on Windows, but it should work if you use \\ instead of \ for path. This creates the default version of default.json, but with...
  9. X

    FD Tone Notify - New Tone Detection Software Released

    P I have created one already in python. I can send you the script for editing.
  10. X

    New Tone Detection and Finder Software - Python Based

    Alpha Release 16 Changes: Added Zello Channel Stream Added Telegram Channel Posting Added Broadcastify Calls Posting Resources: iCAD Dispatch Discord Server https://github.com/TheGreatCodeholio/iCAD_Dispatch Latest Binaries: Linux Download -...
  11. X

    New Tone Detection and Finder Software - Python Based

    It is in the format of two integers one for input and one for output. If you change these to 99 and run the program, it should use whatever is default, and you can change via WebGUI under iCad Config->iCad Config->Audio Tab. "audio": { "input_device_index": 12...
  12. X

    New Tone Detection and Finder Software - Python Based

    Since I botched my last post and reposted the same Alpha 2.... Resources: iCAD Dispatch Discord Server https://github.com/TheGreatCodeholio/iCAD_Dispatch Latest Binaries: Linux Download - https://bcfirewire.com/downloads/icad_td_alpha_12.tar.gz WIndows Download -...
  13. X

    Broadcastify Raspberry Pi Feed Appliance Image v1.0 (BETA)

    This depends on what you want to do. Do you just want to stream via Darkice to Broadcastify, or are you thinking about doing Calls? Are you using USB audio input or are you wanting to use RTL-SDR as input?
  14. X

    New Tone Detection and Finder Software - Python Based

    Alpha 12 Added: per tone configuration for - Pushover - - Title - - Alert Sound - - HTML Body - Pre and Post Recording Emails - - Subject - - HTML Body Tones A B and C D - for those that want to detect stacked pages. Leave C D tones value 0 unless using them for detection. Long tone...
  15. X

    New Tone Detection and Finder Software - Python Based

    If you would like help, come to my Discord Server. We can figure out if it is an error with config or an error with code. :)
  16. X

    New Tone Detection and Finder Software - Python Based

    Fixed the issues keeping Pushover from sending. You can edit the subject and body of the emails using the web gui or directly in the config.json. For pushover find message_html_string. That is the body of the pushover message. "message_html_string": "<font...
  17. X

    New Tone Detection and Finder Software - Python Based

    Redownload and try again. When I compiled and built for Windows I forgot the MySQL python library. I have rebuilt and reuploaded to the same link. https://bcfirewire.com/downloads/icad_td_alpha_2.zip
  18. X

    New Tone Detection and Finder Software - Python Based

    Alpha 2 - - Upload file to a server via SCP - MySQL Database - Pushover Notifications Linux Download - https://bcfirewire.com/downloads/icad_td_alpha_2.tar.gz WIndows Download - https://bcfirewire.com/downloads/icad_td_alpha_2.zip Raspberry PI -...
  19. X

    New Tone Detection and Finder Software - Python Based

    Compiled Raspberry Pi version. Included install depends script to install appindicator dependency on RPi. Linux Download - https://bcfirewire.com/icad_td_alpha_1.tar.gz WIndows Download - https://bcfirewire.com/icad_td_alpha_1.zip Raspberry PI - https://bcfirewire.com/icad_td_alpha_1_rpi.tar.gz
  20. X

    New Tone Detection and Finder Software - Python Based

    I have released an alpha version of iCAD Tone Detection. Current Working Features: Two Tone Detection and Finding Web GUI to manage and configure configurations and tones. Sending Pre Recording Emails Sending Pre Recording MQTT messages Sending Post Recording Emails Audio filters for recorded...
Top