Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tim Horst
timgsn_client
Commits
981d8c5a
Commit
981d8c5a
authored
Jul 29, 2021
by
Tim Horst
Browse files
Minor Changes
parent
7e83163f
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/models/jmuw_uhf.json
View file @
981d8c5a
...
...
@@ -11,98 +11,7 @@
"refresh_rate"
:
10000
,
"overpass_check_interval"
:
10
,
"schedule"
:
{
"timgsn"
:
[
{
"uid"
:
""
,
"contact_type"
:
"TELEMETRY"
,
"norad"
:
39446
,
"satellite_frequency"
:
440000000.0
,
"start"
:
"2021-04-20 13:54:30"
,
"end"
:
"2021-04-20 14:05:30"
,
"updated_on"
:
"2021-04-20 13:54:30"
,
"scheduling_method"
:
"Event"
},
{
"uid"
:
""
,
"contact_type"
:
"TELEMETRY"
,
"norad"
:
39446
,
"satellite_frequency"
:
440000000.0
,
"start"
:
"2021-04-23 02:17:53"
,
"end"
:
"2021-04-23 02:28:37"
,
"updated_on"
:
"2021-04-23 02:17:53"
,
"scheduling_method"
:
"EVENT"
},
{
"uid"
:
""
,
"contact_type"
:
"TELEMETRY"
,
"norad"
:
39446
,
"satellite_frequency"
:
440000000.0
,
"start"
:
"2021-04-23 02:17:53"
,
"end"
:
"2021-04-23 02:28:37"
,
"updated_on"
:
"2021-04-23 02:17:53"
,
"scheduling_method"
:
"EVENT"
},
{
"uid"
:
"jmuw_uhf-39446--2021-04-23--2"
,
"contact_type"
:
"TELEMETRY"
,
"norad"
:
39446
,
"satellite_frequency"
:
434000000.0
,
"start"
:
"2021-04-23 02:17:53"
,
"end"
:
"2021-04-23 02:28:37"
,
"updated_on"
:
"2021-04-23 02:17:53"
,
"scheduling_method"
:
"EVENT"
},
{
"uid"
:
"jmuw_uhf-39446--2021-05-05--15"
,
"contact_type"
:
"TELEMETRY"
,
"norad"
:
39446
,
"satellite_frequency"
:
434000000.0
,
"start"
:
"2021-04-23 02:17:53"
,
"end"
:
"2021-04-23 02:28:37"
,
"updated_on"
:
"2021-04-23 02:17:53"
,
"scheduling_method"
:
"EVENT"
},
{
"uid"
:
"jmuw_uhf-39446--2021-05-05--15"
,
"contact_type"
:
"TELEMETRY"
,
"norad"
:
39446
,
"satellite_frequency"
:
434000000.0
,
"start"
:
"2021-05-05 13:53:14"
,
"end"
:
"2021-05-05 14:20:28"
,
"updated_on"
:
"2021-04-23 02:17:53"
,
"scheduling_method"
:
"EVENT"
},
{
"uid"
:
"jmuw_uhf-46505--2021-06-02--12"
,
"contact_type"
:
"TELEMETRY"
,
"norad"
:
46505
,
"satellite_frequency"
:
435600000.0
,
"start"
:
"2021-06-02 12:33:37"
,
"end"
:
"2021-06-02 12:45:38"
,
"updated_on"
:
"2021-04-23 02:17:53"
,
"scheduling_method"
:
"EVENT"
},
{
"uid"
:
"jmuw_uhf-46507--2021-06-02--12"
,
"contact_type"
:
"TELEMETRY"
,
"norad"
:
46505
,
"satellite_frequency"
:
435600000.0
,
"start"
:
"2021-06-02 12:47:04"
,
"end"
:
"2021-06-02 12:58:48"
,
"updated_on"
:
"2021-04-23 02:17:53"
,
"scheduling_method"
:
"EVENT"
},
{
"uid"
:
"jmuw_uhf-46505--2021-06-08--10"
,
"contact_type"
:
"TELEMETRY"
,
"norad"
:
46505
,
"satellite_frequency"
:
434.0
,
"start"
:
"2021-06-08 10:52:57"
,
"end"
:
"2021-06-08 11:04:15"
,
"updated_on"
:
"2021-06-08 09:32:07"
,
"scheduling_method"
:
"PERIODIC"
}
],
"timgsn"
:
[],
"local"
:
[]
},
"devices"
:
[
...
...
app/models/stations.py
View file @
981d8c5a
import
gnuradio
from
utils.threading
import
ThreadedModule
from
utils.helpers
import
setup_required
from
utils.threading
import
ThreadedModule
...
...
config.py
View file @
981d8c5a
...
...
@@ -7,8 +7,8 @@ basedir = os.path.abspath(os.path.dirname(__file__))
load_dotenv
(
os
.
path
.
join
(
basedir
,
'.env'
))
# domain name of the TIM Ground Station Network
#
domain = "https://timgsn.informatik.uni-wuerzburg.de"
domain
=
"http://localhost:5000"
domain
=
"https://timgsn.informatik.uni-wuerzburg.de"
#
domain = "http://localhost:5000"
## endpoints
# overpass endpoint: query overpasses here
...
...
@@ -52,7 +52,7 @@ time_format = "%Y-%m-%d %H:%M:%S"
aws_id
=
""
# endpoint
aws_endpoint
=
os
.
getenv
(
'AWS_ENDPOINT'
)
aws_endpoint
=
"a28cc762ttj8s7-ats.iot.eu-central-1.amazonaws.com"
# Amazon Root Certificate
aws_root_cert
=
os
.
path
.
join
(
basedir
,
'security'
,
'AmazonRootCA1.pem'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment