Skip to content

Commit

Permalink
Added YAML file for GOMX-3
Browse files Browse the repository at this point in the history
  • Loading branch information
daniestevez committed Sep 30, 2019
1 parent 3f859a5 commit 11a1027
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/components/datasinks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

from ... import sat_1kuns_pf_image_decoder
from ... import sat_1kuns_pf_telemetry_parser

from ... import gomx3_beacon_parser
1 change: 1 addition & 0 deletions python/satyaml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ GR_PYTHON_INSTALL(

install(FILES
1KUNS-PF.yml
GOMX-3.yml
DESTINATION ${GR_PYTHON_DIR}/satellites/satyaml
)

Expand Down
13 changes: 13 additions & 0 deletions python/satyaml/GOMX-3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: GOMX-3
norad: 40949
data:
&tlm Telemetry:
decoder: gomx3_beacon_parser
transmitters:
19k2 FSK downlink:
frequency: 437.250e+6
modulation: FSK
baudrate: 19200
framing: AX100 Reed Solomon
data:
- *tlm

0 comments on commit 11a1027

Please sign in to comment.