Re: [Discuss-gnuradio] linking Gnuradio and Gpredict ?

2014-11-24 Thread Mike Willis
I know this is going back a bit but I would like to do the same thing for my Gnuradio satellite ground station. I was actually tempted to compile satellite tracking into a Gnuradio block. One you could simply use in a flowchart without any of the messing about with XMLRPC but like my new hexagonal

Re: [Discuss-gnuradio] linking Gnuradio and Gpredict ?

2014-03-28 Thread M Dammer
I just found a good starting point. This program uses hamlib, a library that is often used to control rigs and antenna rotors and that is supported by GPredict: http://james.ahlstrom.name/hamlib.html I just tested it and GPredict connects well to localhost:4575. The server programs output shows

Re: [Discuss-gnuradio] linking Gnuradio and Gpredict ?

2014-03-28 Thread rajesh kd
Hi, Can you explain in detail regarding querying the Gpredict for doppler corrected freq. using UDP, since I novice to UDP. If possible,, can you please post the relevant code. Rajesh -- View this message in context:

Re: [Discuss-gnuradio] linking Gnuradio and Gpredict ?

2014-03-28 Thread Alexandru Csete
If all you need is something in python you can just use pyephem http://rhodesmill.org/pyephem/ Alex On Fri, Mar 28, 2014 at 6:33 PM, M Dammer i...@mdammer.net wrote: I just found a good starting point. This program uses hamlib, a library that is often used to control rigs and antenna rotors

[Discuss-gnuradio] linking Gnuradio and Gpredict ?

2013-07-22 Thread M Dammer
Is it possible to link Gnuradio and Gpredict ? I want to use Gpredict as tracker controlling the antenna position and to pass doppler corrected frequency data to Gnuradio. Does any interface to Gpredict (or hamlib) exist ? thanks for any hints, Mark

Re: [Discuss-gnuradio] linking Gnuradio and Gpredict ?

2013-07-22 Thread Martin Lülf
Hi, Gpredict is based on predict, which has several interfaces for Doppler prediction. Not sure if Gpredict inherited these interfaces. Yours Martin Am 22.07.2013 13:31, schrieb M Dammer: Is it possible to link Gnuradio and Gpredict ? I want to use Gpredict as tracker controlling the

Re: [Discuss-gnuradio] linking Gnuradio and Gpredict ?

2013-07-22 Thread Iain Young, G7III
On 22/07/13 12:31, M Dammer wrote: Is it possible to link Gnuradio and Gpredict ? I want to use Gpredict as tracker controlling the antenna position and to pass doppler corrected frequency data to Gnuradio. In a word, yes. Can be very simple. I did it by using an XML Server in the flow