Skip to content

Commit

Permalink
Add support for TTU-100
Browse files Browse the repository at this point in the history
  • Loading branch information
daniestevez committed Nov 19, 2020
1 parent e467e30 commit 63a7a15
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for AISTECHSAT-2 custom protocol
- Lucky-7 image receiver
- Support for custom SIDS servers
- Support for TTU-100

### Changed
- Replaced boost::bind() by C++ lambdas
Expand Down
15 changes: 15 additions & 0 deletions python/satyaml/TTU-100.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: TTU-100
alternative_names:
- Hamarik
norad: 46312
data:
&tlm Telemetry:
telemetry: ax25
transmitters:
9k6 FSK downlink:
frequency: 435.450e+6
modulation: FSK
baudrate: 9600
framing: AX.25 G3RUH
data:
- *tlm

0 comments on commit 63a7a15

Please sign in to comment.