4Z1KD / HolyCluster

This is an ongoing effort to create a visualization of the ham radio cluster
3 stars 3 forks source link

Add Computer Aided Transceiver (CAT) capabilities #5

Open dankatzman opened 1 month ago

dankatzman commented 1 month ago

The radio will change to the Freq of a spotted station by clicking on the station report in the text frame or on the azimuth map

4Z1KD commented 1 month ago

This package may be helpful: omnipyrig

4Z1KD commented 1 week ago

We have made some progress in this direction. omnipyrig is used in a module named RadioController. This module is communicating with the main app, namely the web page that hosts the app, using WebSockets. It defines a very thin DTO to get 'commands' from the client, and uses the python wrapper to leverage omnirig on the hardware side. Initial integration showed that this is feasible. Some more effort is required to separate the web server from the library to a more appropriate class.