Amateur Radio Satellite Tracking QL prog

Anything QL Software or Programming Related.
Post Reply
User avatar
Chr$
QL Wafer Drive
Posts: 1306
Joined: Mon May 27, 2019 10:03 am
Location: Sachsen, Germany
Contact:

Amateur Radio Satellite Tracking QL prog

Post by Chr$ »

I rescued this from an old microdrive cart in a bundle of QL stuff. I'm going to take a chance and share it here because I'm sure there can be no commercial interest in it (assuming it was ever actually a commercial package), as by default it only allowed the user to select a date up to 1999. The data is old, some of the sats it lists are probably no longer around and I'm sure there are modern more accurate ways of finding out the same info these days.

I know nothing about tracking satellites, but they appear to be amateur radio related satellites. It was written by the late John Branegan in 1985.

It's quite a large SuperBasic program (36k). To be able to enter dates beyond 1999, lines 2010 and 2020 should be changed to something like this:

Code: Select all

2010 IF YN<19 OR YN >50 THEN GOTO 2000
2020 LET YA=YN+2000 
Zipped in windows, but it's only a _bas so no problems with headers.
sats.jpg
Attachments
sats_bas.zip
(12.68 KiB) Downloaded 110 times


https://QXL.WIN
Collector of QL related computers, accessories and QL games/software.
Ask me about felt pads - I can cut them to size and they have proved excellent for mdv data recovery.
nikosdoykas
Over Heated PSU
Posts: 134
Joined: Tue Oct 09, 2018 4:20 am

Re: Amateur Radio Satellite Tracking QL prog

Post by nikosdoykas »

EVERY SOFTWARE THAT IT SAVED IS GOOD
THANKS VERY MUCH


Post Reply