[amsat-bb] Re: AMSAT-BB Digest, Vol 8, Issue 83

Thomas Frey th.frey at vtxmail.ch
Wed Mar 13 15:09:40 PDT 2013


amsat-bb-request at amsat.org schrieb:
> Date: Tue, 12 Mar 2013 22:29:05 +0100
> From: PE0SAT | Amateur Radio<pe0sat at vgnet.nl>
> To: Amsat bb<amsat-bb at amsat.org>
> Subject: [amsat-bb] Unix command line Kepler manager
> Message-ID:<7602b403b94b77259610495fa72177ac at vgnet.nl>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Hi,
>
> Thanks for reading this message.
>
> Can somebody help me with a command line Kepler manager for Unix?
>
> The idea is to create my own TLE files where source files come from
> Celes-track and
> Space-track.
>
> I thought to give the list a try before if go the script way;)
>
> 73 Jan PE0SAT
>
>    
Hello Jan

This is my script running under OS/2-eComStation:


/* begin of CMD file */
/* access with WGet */
'wget -i oscarkep.url -O kepler-w.txt'
/*       file with URL's */

/* access with Curl */
'curl -c cookies.txt -b cookies.txt -k 
https://www.space-track.org/ajaxauth/login -d 
"identity=USER&password=Pa$$w0rd"'
/* login via cookie */
'curl --cookie cookies.txt -k 
https://www.space-track.org/basicspacedata/query/class/tle_latest/favorites/all/ORDINAL/1/format/3le 
-o kepler-c.txt'

'copy kepler-w.txt + kepler-c.txt kepler.txt'

/* end of CMD file */


May it help.

-- 

Mit freundlichen Grüssen, Regards, 73
     Thomas Frey, HB9SKA
______________________________________________________________________

   Thomas Frey, Holzgasse 2, CH-5242 Birr, Tel. + Fax: 056 444 93 41
                    http://home.datacomm.ch/th.frey/



More information about the AMSAT-BB mailing list