Re: AMSAT-BB Digest, Vol 8, Issue 83
amsat-bb-request@amsat.org schrieb:
Date: Tue, 12 Mar 2013 22:29:05 +0100 From: PE0SAT | Amateur Radiope0sat@vgnet.nl To: Amsat bbamsat-bb@amsat.org Subject: [amsat-bb] Unix command line Kepler manager Message-ID:7602b403b94b77259610495fa72177ac@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/... -o kepler-c.txt'
'copy kepler-w.txt + kepler-c.txt kepler.txt'
/* end of CMD file */
May it help.
participants (1)
-
Thomas Frey