Commit Graph

81 Commits (b2b5310b28adede657f8c1c3c4f2c7e5c49e0b09)

Author SHA1 Message Date
Fabian P. Schmidt b2b5310b28 Update satellitetle
Fixes #11.
2019-07-05 03:17:35 +02:00
cgbsat c83426e19b Added a test run to the readme. 2019-06-25 21:10:20 +00:00
Patrick Dohmen a994f28f0d Add example configuration to README.md
Signed-off-by: Patrick Dohmen <dl4pd@darc.de>
2019-06-25 21:05:43 +00:00
Cees Bassa 6334d41c09 Graceful exit if station is offline or in testing 2019-06-25 13:58:20 +02:00
Cees Bassa 9771cfed91 Fix minimum horizon bug 2019-06-25 11:04:21 +00:00
Cees Bassa 9b6135f8b0 Log transmitter modes in cache for easy identification 2019-06-25 12:55:16 +02:00
cgbsat a7f477db9b Fix pass_duration bug 2019-05-12 09:31:44 +00:00
Pierros Papadeas 6869ce2635
Add checks and argument for ground station horizon
Signed-off-by: Pierros Papadeas <pierros@papadeas.gr>
2019-05-12 00:32:00 +03:00
cgbsat 5c2cca6dc8 Usage cleanup and wait time bug fix 2019-05-11 17:45:41 +00:00
cgbsat 79bbdab3fc Exit on authentication failure (fixes #8) 2019-05-11 17:24:03 +00:00
Fabian P. Schmidt 03cc1f75b7 Check if ground station has no observations yet
Fixes issue #9.

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2019-05-11 16:31:06 +00:00
Fabian P. Schmidt addbab1012 Add detailed error messages in ground station handling
Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2019-05-11 16:30:35 +00:00
Pierros Papadeas 19d1c4d235
Reduce complexity of main() function
Signed-off-by: Pierros Papadeas <pierros@papadeas.gr>
2019-05-11 18:43:17 +03:00
Pierros Papadeas fee88c5fc1
Fix code for pep8 via yapf
Signed-off-by: Pierros Papadeas <pierros@papadeas.gr>
2019-05-10 10:33:54 +03:00
Pierros Papadeas 289bad05cb
Decoupled credentials from argparse into configuration file
Signed-off-by: Pierros Papadeas <pierros@papadeas.gr>
2019-05-10 10:21:26 +03:00
Pierros Papadeas 02ec88ba03
Fix fetching of stats from Network
And various codestyle fixes

Signed-off-by: Pierros Papadeas <pierros@papadeas.gr>
2019-05-08 22:55:08 +03:00
Fabian P. Schmidt 11edc9df7b README: Add short usage section 2019-05-07 17:14:15 +02:00
cgbsat abc45cf836 Schedule specific sats 2019-03-24 10:06:58 +00:00
Cees Bassa 943c33595e Add authentication failure and success \!7 2019-03-24 10:11:35 +01:00
Cees Bassa 0788b580ec Ignore re-entered satellites 2019-03-18 20:01:09 +01:00
Fabian P. Schmidt 239897b4cd Add custom user agent to the scheduling request
Fixes #5.
2019-01-31 21:10:53 +01:00
Cees Bassa 3ec7f4c19f Merge branch 'fxh71/satnogs-auto-scheduler-favorite_transmitters' into HEAD 2019-01-26 15:32:06 +01:00
Cees Bassa fc42bba28b Provide priorities file as a commandline argument 2019-01-26 15:25:05 +01:00
Hugot FX 67c0f5bfee fix float arg when altt is absent 2019-01-25 22:27:19 +01:00
Hugot FX 2595cfc0cb reading sat priorities and favorite transmitters as external csv file 2019-01-23 06:13:55 +01:00
Hugot FX 65ea3e2a08 search good transmitters activated from cmdline 2019-01-22 19:07:10 +01:00
Hugot FX bb8c5aeec5 favorite transmitters + cmd line min horizon 2019-01-19 19:35:58 +01:00
Fabian P. Schmidt 87be35cc15 Add note on old credentials requirement 2019-01-15 17:43:36 +01:00
Cees Bassa 2b04bffdc3 Print usage if no options are provided 2019-01-04 11:43:26 +01:00
Cees Bassa 3219edd35e Added wait time between observations. Fixes #3 2018-12-29 13:34:12 +01:00
Cees Bassa 920cf205de Sanitized coding style 2018-12-29 12:41:52 +01:00
cgbsat e75ef057c7 Merge branch 'display-all-passes' into 'master'
Display all passes and mark the scheduled ones

See merge request cgbsat/auto-scheduler!14
2018-12-19 11:46:54 +00:00
Pierros Papadeas f28a258c78
Display all passes and mark the scheduled ones 2018-12-19 13:39:29 +02:00
cgbsat c2bdfe7c68 Merge branch 'progress' into 'master'
Add progress bar on pass calculation and nicer logging

See merge request cgbsat/auto-scheduler!13
2018-12-19 10:30:25 +00:00
Pierros Papadeas 9a93a16776
Add progress bar on pass calculation and nicer logging 2018-12-19 12:24:49 +02:00
Cees Bassa 33aa708ae2 Fix typo and error 2018-12-16 18:28:45 +01:00
Cees Bassa 1b80d1ddca Adjusted transmitter selection 2018-12-16 18:25:26 +01:00
cgbsat c9e925da10 Merge branch 'no_temp_norad_ids' into 'master'
Skip downloading TLEs for temporary NORAD IDs

See merge request cgbsat/auto-scheduler!12
2018-12-15 09:59:04 +00:00
Cees Bassa b3eec0d91d Skip downloading TLEs for temporary NORAD IDs 2018-12-15 10:57:24 +01:00
cgbsat eb0b01eccb Merge branch 'debug-more' into 'master'
Add more debugging info

See merge request cgbsat/auto-scheduler!11
2018-12-12 09:15:42 +00:00
Pierros Papadeas bb07f259e6
Add more debugging info 2018-12-12 11:13:02 +02:00
cgbsat 48d2dfc793 Merge branch 'login-logic' into 'master'
Login logic

See merge request cgbsat/auto-scheduler!10
2018-12-03 10:04:22 +00:00
Pierros Papadeas 05fb4f59f2
Move cache age to settings.py 2018-12-03 12:02:32 +02:00
Pierros Papadeas f14bd43087
Fix login logic
Fix login logic to only commence if there is a need to schedule.
2018-12-03 10:59:01 +02:00
cgbsat 7ea518d3cc Merge branch 'pr/transmitter_pagination' into 'master'
Add missing pagination for transmitter enpoint

See merge request cgbsat/auto-scheduler!9
2018-12-02 22:19:33 +00:00
Fabian P. Schmidt 2f56c42779 Add missing pagination for transmitter enpoint
Fixes a bug where transmitters are missing
(regression introduced in f0c2228).
2018-12-02 23:00:46 +01:00
cgbsat d3b7b55261 Merge branch 'pr/fix1' into 'master'
Skip transmitters outside the passband of the station

Closes #1

See merge request cgbsat/auto-scheduler!8
2018-12-02 21:22:15 +00:00
Fabian P. Schmidt cb41f55d69 Skip transmitters outside the passband of the station
Fixes #1.
2018-12-02 22:13:28 +01:00
Cees Bassa 1346063457 Cleanup 2018-12-02 20:33:06 +01:00
cgbsat 3efb265ec7 Merge branch 'master' into 'master'
Fix base URLs

See merge request cgbsat/auto-scheduler!7
2018-12-02 19:21:47 +00:00