Skip to content

Commit

Permalink
data: satellites: Updating the JSON files with the baudrate, sync wor…
Browse files Browse the repository at this point in the history
…d and protocol
  • Loading branch information
mgm8 committed May 18, 2024
1 parent 885eb14 commit daf0caf
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
3 changes: 3 additions & 0 deletions spacelab_decoder/data/satellites/aldebaran-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"links": [
{
"name": "Beacon",
"baudrate": 1200,
"sync_word": [93, 230, 42, 126],
"protocol": "NGHam",
"types": [
{
"name": "OBDH",
Expand Down
6 changes: 6 additions & 0 deletions spacelab_decoder/data/satellites/catarina-a1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"links": [
{
"name": "Beacon",
"baudrate": 1200,
"sync_word": [93, 230, 42, 126],
"protocol": "NGHam",
"types": [
{
"name": "EPS data",
Expand Down Expand Up @@ -234,6 +237,9 @@
},
{
"name": "Downlink",
"baudrate": 4800,
"sync_word": [93, 230, 42, 126],
"protocol": "NGHam",
"types": [
{
"name": "General telemetry",
Expand Down
3 changes: 3 additions & 0 deletions spacelab_decoder/data/satellites/floripasat-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"links": [
{
"name": "Beacon",
"baudrate": 1200,
"sync_word": [93, 230, 42, 126],
"protocol": "NGHam",
"types": [
{
"name": "OBDH",
Expand Down
6 changes: 6 additions & 0 deletions spacelab_decoder/data/satellites/golds-ufsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"links": [
{
"name": "Beacon",
"baudrate": 1200,
"sync_word": [93, 230, 42, 126],
"protocol": "NGHam",
"types": [
{
"name": "EPS data",
Expand Down Expand Up @@ -234,6 +237,9 @@
},
{
"name": "Downlink",
"baudrate": 4800,
"sync_word": [93, 230, 42, 126],
"protocol": "NGHam",
"types": [
{
"name": "General telemetry",
Expand Down
13 changes: 3 additions & 10 deletions spacelab_decoder/data/satellites/spacelab-transmitter.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"name": "SpaceLab-Transmitter",
"links": [
{
"name": "Beacon",
"types": [
]
},
{
"name": "Downlink",
"types": [
]
},
{
"name": "Uplink",
"baudrate": 4800,
"sync_word": [93, 230, 42, 126],
"protocol": "NGHam",
"types": [
{
"name": "Ping request",
Expand Down

0 comments on commit daf0caf

Please sign in to comment.