Simple cross platform tool for controlling moRFeus mixer/RF generator via the HID protocol.
Product information : https://othernet.is/products/morfeus-1
- New GUI for separation of concerns
- Multi Device Support
- TCP Support Basic Sending to GQRX
- Draws a power reading plot from GQRX
- TL offset dB (y-axis)
- VSWR sequence
- TCP server to control device remotely
- Support for Multiple SDR TCP protocols(rtl_tcp, soapytcp, etc.)
- Threading and progress bars
If you'd like the power readings from GQRX, have it running with a SDR receiving samples and enable the TCP server control, the application will do the rest
https://www.python.org/downloads/release/python-365/
pip install morfeusqt
moRFeusQt
sudo apt install git python3.6-dev python3-setuptools python3-pip libudev-dev libusb-1.0-0-dev python3-tk
git clone https://github.com/Psynosaur/moRFeusQt && cd moRFeusQt
sudo ./hidsetup.sh
pip install .
moRFeusQt
From : https://brew.sh/
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install python
$ git clone https://github.com/Psynosaur/moRFeusQt && cd moRFeusQt
$ python3 setup.py install
$ moRFeusQt
$ python setup.py test