Need "real" help with MS - Meteor scatter communication...
-
Yes, I am not kidding...that was the whole idea to write this application... just for fun... I "key up " my amateur radio transmitter and listen for "pings" reflected from ions left after the meteor burns up in the upper atmosphere... The idea was to listen to many internet connected SDR (software defined receiver ) located all over the world. Do this automatically, using MY code.. Now the whole idea got shot down = QTProcess "communicates with main program " BUT it has to be done by the user - manually , not automatically by software... ..not sure how to solve this... I am not that smart to rewrite QtProcess... or start over using other tool...t ..basket weaving as an alternative ??
-
Yes, I am not kidding...that was the whole idea to write this application... just for fun... I "key up " my amateur radio transmitter and listen for "pings" reflected from ions left after the meteor burns up in the upper atmosphere... The idea was to listen to many internet connected SDR (software defined receiver ) located all over the world. Do this automatically, using MY code.. Now the whole idea got shot down = QTProcess "communicates with main program " BUT it has to be done by the user - manually , not automatically by software... ..not sure how to solve this... I am not that smart to rewrite QtProcess... or start over using other tool...t ..basket weaving as an alternative ??
The "user" is an illusion. You're refering to keyboard or "pointer" (i.e. "click") input. In that case, "script" it.
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
-
The "user" is an illusion. You're refering to keyboard or "pointer" (i.e. "click") input. In that case, "script" it.
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
....after being told by "administrator" that "you are misinterpreting the documentation" AKA it is your fault... I have another issue I need to resolve and then I will "misinterpret" methods likes "open' , " write", "read" to see what they " do not do "...
-
Yes, I am not kidding...that was the whole idea to write this application... just for fun... I "key up " my amateur radio transmitter and listen for "pings" reflected from ions left after the meteor burns up in the upper atmosphere... The idea was to listen to many internet connected SDR (software defined receiver ) located all over the world. Do this automatically, using MY code.. Now the whole idea got shot down = QTProcess "communicates with main program " BUT it has to be done by the user - manually , not automatically by software... ..not sure how to solve this... I am not that smart to rewrite QtProcess... or start over using other tool...t ..basket weaving as an alternative ??
I'm not sure I get where QtProcess comes into it. The SDR data can presumably be aggregated into a local DB? I did something similar with XML data from a bunch of government feeds. I'd assume something like: 1) loop a list of SDR 'feeds' - 'links' to various SDR data sources across the web - pulling down data 2) aggregate data in db 3) scheduled process runs across the data in db finding the bits you care about