just doing a refurbishment of an existing genso Station. i was wondering if hamlib controlled Hardware could also be interfaced with satnogs Software. if someone did already this step i would be happy to get so ideas or experiances form you.
Absolutely! The goal behind the design is to be as modular as possible, making use of many combinations of technologies that an operator has available.
For an existing rotor and rig, you can find settings in the settings.py file (currently set via environment though there is an issue to change that) - and the satnogs client speaks hamlib for both rotor control and rig control, rotctl/rigctl.
That said, it has not been done yet - we are still looking for pre-existing stations like yourself to help test and document integration with these stations.
If you have the rotor and rig all working and accessible by IP (even if that is just localhost) then grab the latest satnogsclient package and try it out. I would suggest signing up at network-dev.satnogs.org and getting a station ID and API key as well.
Its close though - we just need to decouple the demod settings from being hard-coded, then the DEMODULATION_COMMAND could be an app that pulls from line in and feeds to the oggenc pipe.
great to hear the Progress. this because my Station is picking up the Signal from a sensitive rig. therefor another pipe instead RTL_fm and the pipe to oggenc would a nice thing.
Can I specify a different IP for the hamlib interface other than 127.0.0.1? Building some middleware to run on Windows and interface with my LVB Tracker.
@W7KKE
In advanced settings of satnogs-setup there are options for rig and rot IPs and Ports. Hope this helps. If you change the values, don’t forget to hit apply.