Skip to content

Commit

Permalink
update list of satellites
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Aug 8, 2024
1 parent 3862cc6 commit e2852f1
Showing 1 changed file with 46 additions and 84 deletions.
130 changes: 46 additions & 84 deletions src/main/resources/satellites.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
[
{
"id": "R2CLOUD391",
"name": "GRBBETA",
"noradId": "60237",
"enabled": true,
"transmitters": [
{
"modulation": "GFSK",
"framing": "AX25G3RUH",
"beaconClass": "ru.r2cloud.jradio.ax25.Ax25Beacon",
"frequency": 436785000,
"bandwidth": 20000,
"baudRates": [
9600
],
"status": "ENABLED"
}
]
},
{
"id": "R2CLOUD390",
"name": "CATSAT",
"noradId": "60246",
"enabled": true,
"transmitters": [
{
"modulation": "GFSK",
"framing": "AX100",
"beaconClass": "ru.r2cloud.jradio.csp.CspBeacon",
"frequency": 437185000,
"bandwidth": 80000,
"baudRates": [
2400,
4800,
9600,
38400
],
"status": "ENABLED"
}
]
},
{
"id": "R2CLOUD388",
"name": "GALASSIA-2",
Expand Down Expand Up @@ -538,7 +579,7 @@
"id": "R2CLOUD356",
"name": "ENSO (ROBUSTA 1E)",
"noradId": "58470",
"enabled": false,
"enabled": true,
"transmitters": [
{
"modulation": "GFSK",
Expand All @@ -547,7 +588,8 @@
"frequency": 436500000,
"bandwidth": 20000,
"baudRates": [
2400
2400,
9600
],
"assistedHeader": "AAABAQAAAAEAAAABAAEBAAABAQABAAABAAABAAEAAAEAAAAAAQEAAQAAAAAAAAEAAAAAAAABAQEAAAEBAAAAAQAAAAABAQABAAABAQABAQAAAAEBAAAAAQAAAQAAAQABAAEBAAAAAAEBAAAAAAEBAQEBAAAAAAAAAAAAAAEBAQE=",
"status": "ENABLED"
Expand Down Expand Up @@ -1534,12 +1576,12 @@
"id": "R2CLOUD306",
"name": "Norby-2",
"noradId": "57179",
"enabled": false,
"enabled": true,
"transmitters": [
{
"modulation": "LORA",
"framing": "LORA",
"beaconClass": "ru.r2cloud.jradio.RawBeacon",
"beaconClass": "ru.r2cloud.jradio.norbi.NorbiBeacon",
"frequency": 436500000,
"bandwidth": 250000,
"status": "ENABLED",
Expand Down Expand Up @@ -2993,25 +3035,6 @@
}
]
},
{
"id": "R2CLOUD198",
"name": "JAISAT-1",
"noradId": "44419",
"enabled": true,
"transmitters": [
{
"modulation": "GFSK",
"framing": "MOBITEX",
"beaconClass": "ru.r2cloud.jradio.dstar1.Dstar1Beacon",
"frequency": 435700000,
"bandwidth": 20000,
"baudRates": [
4800
],
"status": "ENABLED"
}
]
},
{
"id": "R2CLOUD197",
"name": "GOMX-4B",
Expand Down Expand Up @@ -3289,27 +3312,6 @@
}
]
},
{
"id": "R2CLOUD173",
"name": "ISOI (RS19S)",
"noradId": "53381",
"enabled": true,
"transmitters": [
{
"modulation": "GFSK",
"framing": "USP",
"beaconClass": "ru.r2cloud.jradio.sputnix.SputnixBeacon",
"frequency": 437650000,
"bandwidth": 20000,
"baudRates": [
2400,
4800,
9600
],
"status": "ENABLED"
}
]
},
{
"id": "R2CLOUD171",
"name": "RESHUCUBE (RS8S)",
Expand All @@ -3331,27 +3333,6 @@
}
]
},
{
"id": "R2CLOUD170",
"name": "SIREN (RS30S)",
"noradId": "53384",
"enabled": true,
"transmitters": [
{
"modulation": "GFSK",
"framing": "CUSTOM",
"beaconClass": "ru.r2cloud.jradio.sputnix.SputnixBeacon",
"frequency": 437750000,
"bandwidth": 20000,
"baudRates": [
2400,
4800,
9600
],
"status": "ENABLED"
}
]
},
{
"id": "R2CLOUD169",
"name": "UTMN (RS23S)",
Expand Down Expand Up @@ -4667,25 +4648,6 @@
}
]
},
{
"id": "R2CLOUD31",
"name": "OPS-SAT",
"noradId": "44878",
"enabled": true,
"transmitters": [
{
"modulation": "GFSK",
"framing": "CUSTOM",
"beaconClass": "ru.r2cloud.jradio.opssat.OpsSatBeacon",
"frequency": 437200000,
"bandwidth": 20000,
"baudRates": [
9600
],
"status": "ENABLED"
}
]
},
{
"id": "R2CLOUD30",
"name": "FLORIPASAT-1",
Expand Down

0 comments on commit e2852f1

Please sign in to comment.