Original Open Source Kraken DoA software was forked and updated in https://github.com/Botts-Innovative-Research/krakensdr_doa to fit the specific needs for our deployment. This repository made the following modifications to the original source code:
- Converted the application to run in headless mode, removing the dependency on the GUI for updating KrakenSDR settings.
- Replaced the original Miniserve-based workflow, which required HTTP requests to retrieve DoA data and modify settings.json, with a WebSocket-based interface. This new implementation:
- Streams settings information, DoA data, and spectrum data in real time.
- Supports bidirectional communication for dynamically updating KrakenSDR settings.
The objective of this ticket is to create a standardized Raspberry Pi image with this custom KrakenSDR configuration preinstalled and preconfigured to run out of the box.
Original Open Source Kraken DoA software was forked and updated in https://github.com/Botts-Innovative-Research/krakensdr_doa to fit the specific needs for our deployment. This repository made the following modifications to the original source code:
The objective of this ticket is to create a standardized Raspberry Pi image with this custom KrakenSDR configuration preinstalled and preconfigured to run out of the box.