pwn 0.5.510 → 0.5.512
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +8 -8
- data/README.md +3 -3
- data/bin/pwn_gqrx_scanner +58 -83
- data/{build_pwn_gem.sh → build_gem.sh} +1 -1
- data/{git_commit_test_reinit_gem.sh → git_commit.sh} +4 -4
- data/lib/pwn/sdr/decoder/gsm.rb +24 -35
- data/lib/pwn/sdr/frequency_allocation.rb +81 -100
- data/lib/pwn/sdr/gqrx.rb +287 -119
- data/lib/pwn/version.rb +1 -1
- data/packer/provisioners/pwn.sh +1 -1
- data/third_party/pwn_rdoc.jsonl +5 -3
- data/{update_pwn.sh → upgrade_pwn.sh} +1 -1
- data/upgrade_ruby.sh +2 -2
- data/vagrant/provisioners/pwn.sh +1 -1
- metadata +23 -23
- /data/{reinstall_pwn_gemset.sh → reinstall_gemset.sh} +0 -0
- /data/{find_latest_gem_versions_per_Gemfile.sh → upgrade_Gemfile_gems.sh} +0 -0
|
@@ -11,7 +11,7 @@ module PWN
|
|
|
11
11
|
ads_b978: {
|
|
12
12
|
start_freq: '978.000.000',
|
|
13
13
|
target_freq: '979.000.000',
|
|
14
|
-
demodulator_mode:
|
|
14
|
+
demodulator_mode: :RAW,
|
|
15
15
|
bandwidth: 100_000,
|
|
16
16
|
precision: 5,
|
|
17
17
|
overlap_protection: true
|
|
@@ -19,7 +19,7 @@ module PWN
|
|
|
19
19
|
ads_b1090: {
|
|
20
20
|
start_freq: '1.090.000.000',
|
|
21
21
|
target_freq: '1.091.000.000',
|
|
22
|
-
demodulator_mode:
|
|
22
|
+
demodulator_mode: :RAW,
|
|
23
23
|
bandwidth: 100_000,
|
|
24
24
|
precision: 5,
|
|
25
25
|
overlap_protection: true
|
|
@@ -27,7 +27,7 @@ module PWN
|
|
|
27
27
|
aeronautical_lf: {
|
|
28
28
|
start_freq: '200.000',
|
|
29
29
|
target_freq: '415.000',
|
|
30
|
-
demodulator_mode:
|
|
30
|
+
demodulator_mode: :AM,
|
|
31
31
|
bandwidth: 10_000,
|
|
32
32
|
precision: 3,
|
|
33
33
|
overlap_protection: true
|
|
@@ -35,7 +35,7 @@ module PWN
|
|
|
35
35
|
aeronautical_mf: {
|
|
36
36
|
start_freq: '285.000',
|
|
37
37
|
target_freq: '325.000',
|
|
38
|
-
demodulator_mode:
|
|
38
|
+
demodulator_mode: :AM,
|
|
39
39
|
bandwidth: 10_000,
|
|
40
40
|
precision: 3,
|
|
41
41
|
overlap_protection: true
|
|
@@ -43,7 +43,7 @@ module PWN
|
|
|
43
43
|
amateur_1_25m: {
|
|
44
44
|
start_freq: '222.000.000',
|
|
45
45
|
target_freq: '225.000.000',
|
|
46
|
-
demodulator_mode:
|
|
46
|
+
demodulator_mode: :FM,
|
|
47
47
|
bandwidth: 25_000,
|
|
48
48
|
precision: 4,
|
|
49
49
|
overlap_protection: true
|
|
@@ -51,7 +51,7 @@ module PWN
|
|
|
51
51
|
amateur_160m: {
|
|
52
52
|
start_freq: '1.800.000',
|
|
53
53
|
target_freq: '2.000.000',
|
|
54
|
-
demodulator_mode:
|
|
54
|
+
demodulator_mode: :LSB,
|
|
55
55
|
bandwidth: 2_700,
|
|
56
56
|
precision: 6,
|
|
57
57
|
overlap_protection: true
|
|
@@ -59,7 +59,7 @@ module PWN
|
|
|
59
59
|
amateur_2m: {
|
|
60
60
|
start_freq: '144.000.000',
|
|
61
61
|
target_freq: '148.000.000',
|
|
62
|
-
demodulator_mode:
|
|
62
|
+
demodulator_mode: :FM,
|
|
63
63
|
bandwidth: 15_000,
|
|
64
64
|
precision: 4,
|
|
65
65
|
overlap_protection: true
|
|
@@ -67,7 +67,7 @@ module PWN
|
|
|
67
67
|
amateur_30m: {
|
|
68
68
|
start_freq: '10.100.000',
|
|
69
69
|
target_freq: '10.150.000',
|
|
70
|
-
demodulator_mode:
|
|
70
|
+
demodulator_mode: :CW,
|
|
71
71
|
bandwidth: 150,
|
|
72
72
|
precision: 3,
|
|
73
73
|
overlap_protection: true
|
|
@@ -75,7 +75,7 @@ module PWN
|
|
|
75
75
|
amateur_60m: {
|
|
76
76
|
start_freq: '5.351.500',
|
|
77
77
|
target_freq: '5.366.500',
|
|
78
|
-
demodulator_mode:
|
|
78
|
+
demodulator_mode: :USB,
|
|
79
79
|
bandwidth: 2_700,
|
|
80
80
|
precision: 6,
|
|
81
81
|
overlap_protection: true
|
|
@@ -83,7 +83,7 @@ module PWN
|
|
|
83
83
|
amateur_6m: {
|
|
84
84
|
start_freq: '50.000.000',
|
|
85
85
|
target_freq: '54.000.000',
|
|
86
|
-
demodulator_mode:
|
|
86
|
+
demodulator_mode: :USB,
|
|
87
87
|
bandwidth: 2_700,
|
|
88
88
|
precision: 6,
|
|
89
89
|
overlap_protection: true
|
|
@@ -91,7 +91,7 @@ module PWN
|
|
|
91
91
|
amateur_70cm: {
|
|
92
92
|
start_freq: '420.000.000',
|
|
93
93
|
target_freq: '450.000.000',
|
|
94
|
-
demodulator_mode:
|
|
94
|
+
demodulator_mode: :FM,
|
|
95
95
|
bandwidth: 25_000,
|
|
96
96
|
precision: 4,
|
|
97
97
|
overlap_protection: true
|
|
@@ -99,7 +99,7 @@ module PWN
|
|
|
99
99
|
analog_tv_uhf: {
|
|
100
100
|
start_freq: '470.000.000',
|
|
101
101
|
target_freq: '890.000.000',
|
|
102
|
-
demodulator_mode:
|
|
102
|
+
demodulator_mode: :WFM_ST,
|
|
103
103
|
bandwidth: 600_000,
|
|
104
104
|
precision: 5,
|
|
105
105
|
overlap_protection: true
|
|
@@ -107,7 +107,7 @@ module PWN
|
|
|
107
107
|
analog_tv_vhf: {
|
|
108
108
|
start_freq: '54.000.000',
|
|
109
109
|
target_freq: '216.000.000',
|
|
110
|
-
demodulator_mode:
|
|
110
|
+
demodulator_mode: :WFM_ST,
|
|
111
111
|
bandwidth: 600_000,
|
|
112
112
|
precision: 5,
|
|
113
113
|
overlap_protection: true
|
|
@@ -115,7 +115,7 @@ module PWN
|
|
|
115
115
|
am_radio: {
|
|
116
116
|
start_freq: '540.000',
|
|
117
117
|
target_freq: '1.700.000',
|
|
118
|
-
demodulator_mode:
|
|
118
|
+
demodulator_mode: :AM,
|
|
119
119
|
bandwidth: 10_000,
|
|
120
120
|
precision: 4,
|
|
121
121
|
overlap_protection: true
|
|
@@ -123,7 +123,7 @@ module PWN
|
|
|
123
123
|
aviation_nav: {
|
|
124
124
|
start_freq: '108.000.000',
|
|
125
125
|
target_freq: '118.000.000',
|
|
126
|
-
demodulator_mode:
|
|
126
|
+
demodulator_mode: :AM,
|
|
127
127
|
bandwidth: 25_000,
|
|
128
128
|
precision: 4,
|
|
129
129
|
overlap_protection: true
|
|
@@ -131,7 +131,7 @@ module PWN
|
|
|
131
131
|
aviation_vhf: {
|
|
132
132
|
start_freq: '118.000.000',
|
|
133
133
|
target_freq: '137.000.000',
|
|
134
|
-
demodulator_mode:
|
|
134
|
+
demodulator_mode: :AM,
|
|
135
135
|
bandwidth: 25_000,
|
|
136
136
|
precision: 4,
|
|
137
137
|
overlap_protection: true
|
|
@@ -139,7 +139,7 @@ module PWN
|
|
|
139
139
|
aws: {
|
|
140
140
|
start_freq: '1.710.000.000',
|
|
141
141
|
target_freq: '1.755.000.000',
|
|
142
|
-
demodulator_mode:
|
|
142
|
+
demodulator_mode: :RAW,
|
|
143
143
|
bandwidth: 200_000,
|
|
144
144
|
precision: 6,
|
|
145
145
|
overlap_protection: false
|
|
@@ -147,7 +147,7 @@ module PWN
|
|
|
147
147
|
bluetooth: {
|
|
148
148
|
start_freq: '2.402.000.000',
|
|
149
149
|
target_freq: '2.480.000.000',
|
|
150
|
-
demodulator_mode:
|
|
150
|
+
demodulator_mode: :RAW,
|
|
151
151
|
bandwidth: 100_000,
|
|
152
152
|
precision: 5,
|
|
153
153
|
overlap_protection: true
|
|
@@ -155,7 +155,7 @@ module PWN
|
|
|
155
155
|
cb: {
|
|
156
156
|
start_freq: '26.965.000',
|
|
157
157
|
target_freq: '27.405.000',
|
|
158
|
-
demodulator_mode:
|
|
158
|
+
demodulator_mode: :AM,
|
|
159
159
|
bandwidth: 10_000,
|
|
160
160
|
precision: 3,
|
|
161
161
|
overlap_protection: true
|
|
@@ -163,7 +163,7 @@ module PWN
|
|
|
163
163
|
cdma: {
|
|
164
164
|
start_freq: '824.000.000',
|
|
165
165
|
target_freq: '849.000.000',
|
|
166
|
-
demodulator_mode:
|
|
166
|
+
demodulator_mode: :RAW,
|
|
167
167
|
bandwidth: 125_000,
|
|
168
168
|
precision: 6,
|
|
169
169
|
overlap_protection: false
|
|
@@ -171,7 +171,7 @@ module PWN
|
|
|
171
171
|
cw20: {
|
|
172
172
|
start_freq: '14.000.000',
|
|
173
173
|
target_freq: '14.350.000',
|
|
174
|
-
demodulator_mode:
|
|
174
|
+
demodulator_mode: :CW,
|
|
175
175
|
bandwidth: 150,
|
|
176
176
|
precision: 3,
|
|
177
177
|
overlap_protection: true
|
|
@@ -179,7 +179,7 @@ module PWN
|
|
|
179
179
|
cw40: {
|
|
180
180
|
start_freq: '7.000.000',
|
|
181
181
|
target_freq: '7.300.000',
|
|
182
|
-
demodulator_mode:
|
|
182
|
+
demodulator_mode: :CW,
|
|
183
183
|
bandwidth: 150,
|
|
184
184
|
precision: 3,
|
|
185
185
|
overlap_protection: true
|
|
@@ -187,7 +187,7 @@ module PWN
|
|
|
187
187
|
cw80: {
|
|
188
188
|
start_freq: '3.500.000',
|
|
189
189
|
target_freq: '3.800.000',
|
|
190
|
-
demodulator_mode:
|
|
190
|
+
demodulator_mode: :CW,
|
|
191
191
|
bandwidth: 150,
|
|
192
192
|
precision: 3,
|
|
193
193
|
overlap_protection: true
|
|
@@ -195,7 +195,7 @@ module PWN
|
|
|
195
195
|
dect: {
|
|
196
196
|
start_freq: '1.880.000.000',
|
|
197
197
|
target_freq: '1.900.000.000',
|
|
198
|
-
demodulator_mode:
|
|
198
|
+
demodulator_mode: :RAW,
|
|
199
199
|
bandwidth: 100_000,
|
|
200
200
|
precision: 5,
|
|
201
201
|
overlap_protection: true
|
|
@@ -203,7 +203,7 @@ module PWN
|
|
|
203
203
|
fm_radio: {
|
|
204
204
|
start_freq: '87.900.000',
|
|
205
205
|
target_freq: '108.000.000',
|
|
206
|
-
demodulator_mode:
|
|
206
|
+
demodulator_mode: :WFM_ST,
|
|
207
207
|
bandwidth: 200_000,
|
|
208
208
|
precision: 6,
|
|
209
209
|
overlap_protection: true
|
|
@@ -211,7 +211,7 @@ module PWN
|
|
|
211
211
|
frs: {
|
|
212
212
|
start_freq: '462.562.500',
|
|
213
213
|
target_freq: '467.725.000',
|
|
214
|
-
demodulator_mode:
|
|
214
|
+
demodulator_mode: :FM,
|
|
215
215
|
bandwidth: 200_000,
|
|
216
216
|
precision: 3,
|
|
217
217
|
overlap_protection: true
|
|
@@ -219,7 +219,7 @@ module PWN
|
|
|
219
219
|
gmrs: {
|
|
220
220
|
start_freq: '462.550.000',
|
|
221
221
|
target_freq: '467.725.000',
|
|
222
|
-
demodulator_mode:
|
|
222
|
+
demodulator_mode: :FM,
|
|
223
223
|
bandwidth: 200_000,
|
|
224
224
|
precision: 3,
|
|
225
225
|
overlap_protection: true
|
|
@@ -227,7 +227,7 @@ module PWN
|
|
|
227
227
|
gprs: {
|
|
228
228
|
start_freq: '880.000.000',
|
|
229
229
|
target_freq: '915.000.000',
|
|
230
|
-
demodulator_mode:
|
|
230
|
+
demodulator_mode: :RAW,
|
|
231
231
|
bandwidth: 200_000,
|
|
232
232
|
precision: 4,
|
|
233
233
|
overlap_protection: false
|
|
@@ -235,7 +235,7 @@ module PWN
|
|
|
235
235
|
gps_l1: {
|
|
236
236
|
start_freq: '1.574.420.000',
|
|
237
237
|
target_freq: '1.576.420.000',
|
|
238
|
-
demodulator_mode:
|
|
238
|
+
demodulator_mode: :RAW,
|
|
239
239
|
bandwidth: 200_000,
|
|
240
240
|
precision: 6,
|
|
241
241
|
overlap_protection: false
|
|
@@ -243,7 +243,7 @@ module PWN
|
|
|
243
243
|
gps_l2: {
|
|
244
244
|
start_freq: '1.226.600.000',
|
|
245
245
|
target_freq: '1.228.600.000',
|
|
246
|
-
demodulator_mode:
|
|
246
|
+
demodulator_mode: :RAW,
|
|
247
247
|
bandwidth: 200_000,
|
|
248
248
|
precision: 6,
|
|
249
249
|
overlap_protection: false
|
|
@@ -251,7 +251,7 @@ module PWN
|
|
|
251
251
|
gsm: {
|
|
252
252
|
start_freq: '824.000.000',
|
|
253
253
|
target_freq: '894.000.000',
|
|
254
|
-
demodulator_mode:
|
|
254
|
+
demodulator_mode: :RAW,
|
|
255
255
|
bandwidth: 200_000,
|
|
256
256
|
precision: 4,
|
|
257
257
|
overlap_protection: false
|
|
@@ -259,7 +259,7 @@ module PWN
|
|
|
259
259
|
high_rfid: {
|
|
260
260
|
start_freq: '13.560.000',
|
|
261
261
|
target_freq: '13.570.000',
|
|
262
|
-
demodulator_mode:
|
|
262
|
+
demodulator_mode: :RAW,
|
|
263
263
|
bandwidth: 200_000,
|
|
264
264
|
precision: 3,
|
|
265
265
|
overlap_protection: true
|
|
@@ -267,7 +267,7 @@ module PWN
|
|
|
267
267
|
iridium: {
|
|
268
268
|
start_freq: '1.616.000.000',
|
|
269
269
|
target_freq: '1.626.500.000',
|
|
270
|
-
demodulator_mode:
|
|
270
|
+
demodulator_mode: :RAW,
|
|
271
271
|
bandwidth: 200_000,
|
|
272
272
|
precision: 6,
|
|
273
273
|
overlap_protection: false
|
|
@@ -275,7 +275,7 @@ module PWN
|
|
|
275
275
|
ism_5g: {
|
|
276
276
|
start_freq: '5.725.000.000',
|
|
277
277
|
target_freq: '5.875.000.000',
|
|
278
|
-
demodulator_mode:
|
|
278
|
+
demodulator_mode: :RAW,
|
|
279
279
|
bandwidth: 200_000,
|
|
280
280
|
precision: 7,
|
|
281
281
|
overlap_protection: true
|
|
@@ -283,7 +283,7 @@ module PWN
|
|
|
283
283
|
ism_902: {
|
|
284
284
|
start_freq: '902.000.000',
|
|
285
285
|
target_freq: '928.000.000',
|
|
286
|
-
demodulator_mode:
|
|
286
|
+
demodulator_mode: :RAW,
|
|
287
287
|
bandwidth: 50_000,
|
|
288
288
|
precision: 3,
|
|
289
289
|
overlap_protection: true
|
|
@@ -291,7 +291,7 @@ module PWN
|
|
|
291
291
|
keyfob300: {
|
|
292
292
|
start_freq: '300.000.000',
|
|
293
293
|
target_freq: '300.100.000',
|
|
294
|
-
demodulator_mode:
|
|
294
|
+
demodulator_mode: :RAW,
|
|
295
295
|
bandwidth: 50_000,
|
|
296
296
|
precision: 4,
|
|
297
297
|
overlap_protection: true
|
|
@@ -299,7 +299,7 @@ module PWN
|
|
|
299
299
|
keyfob310: {
|
|
300
300
|
start_freq: '310.000.000',
|
|
301
301
|
target_freq: '310.100.000',
|
|
302
|
-
demodulator_mode:
|
|
302
|
+
demodulator_mode: :RAW,
|
|
303
303
|
bandwidth: 50_000,
|
|
304
304
|
precision: 4,
|
|
305
305
|
overlap_protection: true
|
|
@@ -307,7 +307,7 @@ module PWN
|
|
|
307
307
|
keyfob315: {
|
|
308
308
|
start_freq: '315.000.000',
|
|
309
309
|
target_freq: '315.100.000',
|
|
310
|
-
demodulator_mode:
|
|
310
|
+
demodulator_mode: :RAW,
|
|
311
311
|
bandwidth: 50_000,
|
|
312
312
|
precision: 4,
|
|
313
313
|
overlap_protection: true
|
|
@@ -315,7 +315,7 @@ module PWN
|
|
|
315
315
|
keyfob390: {
|
|
316
316
|
start_freq: '390.000.000',
|
|
317
317
|
target_freq: '390.100.000',
|
|
318
|
-
demodulator_mode:
|
|
318
|
+
demodulator_mode: :RAW,
|
|
319
319
|
bandwidth: 50_000,
|
|
320
320
|
precision: 4,
|
|
321
321
|
overlap_protection: true
|
|
@@ -323,7 +323,7 @@ module PWN
|
|
|
323
323
|
keyfob433: {
|
|
324
324
|
start_freq: '433.000.000',
|
|
325
325
|
target_freq: '434.000.000',
|
|
326
|
-
demodulator_mode:
|
|
326
|
+
demodulator_mode: :RAW,
|
|
327
327
|
bandwidth: 50_000,
|
|
328
328
|
precision: 4,
|
|
329
329
|
overlap_protection: true
|
|
@@ -331,7 +331,7 @@ module PWN
|
|
|
331
331
|
keyfob868: {
|
|
332
332
|
start_freq: '868.000.000',
|
|
333
333
|
target_freq: '869.000.000',
|
|
334
|
-
demodulator_mode:
|
|
334
|
+
demodulator_mode: :RAW,
|
|
335
335
|
bandwidth: 50_000,
|
|
336
336
|
precision: 4,
|
|
337
337
|
overlap_protection: true
|
|
@@ -339,7 +339,7 @@ module PWN
|
|
|
339
339
|
land_mobile_uhf: {
|
|
340
340
|
start_freq: '450.000.000',
|
|
341
341
|
target_freq: '470.000.000',
|
|
342
|
-
demodulator_mode:
|
|
342
|
+
demodulator_mode: :FM,
|
|
343
343
|
bandwidth: 25_000,
|
|
344
344
|
precision: 4,
|
|
345
345
|
overlap_protection: true
|
|
@@ -347,7 +347,7 @@ module PWN
|
|
|
347
347
|
land_mobile_vhf: {
|
|
348
348
|
start_freq: '150.000.000',
|
|
349
349
|
target_freq: '174.000.000',
|
|
350
|
-
demodulator_mode:
|
|
350
|
+
demodulator_mode: :FM,
|
|
351
351
|
bandwidth: 25_000,
|
|
352
352
|
precision: 4,
|
|
353
353
|
overlap_protection: true
|
|
@@ -355,7 +355,7 @@ module PWN
|
|
|
355
355
|
longwave_broadcast: {
|
|
356
356
|
start_freq: '148.500',
|
|
357
357
|
target_freq: '283.500',
|
|
358
|
-
demodulator_mode:
|
|
358
|
+
demodulator_mode: :AM,
|
|
359
359
|
bandwidth: 10_000,
|
|
360
360
|
precision: 3,
|
|
361
361
|
overlap_protection: true
|
|
@@ -363,7 +363,7 @@ module PWN
|
|
|
363
363
|
lora433: {
|
|
364
364
|
start_freq: '432.000.000',
|
|
365
365
|
target_freq: '434.000.000',
|
|
366
|
-
demodulator_mode:
|
|
366
|
+
demodulator_mode: :RAW,
|
|
367
367
|
bandwidth: 50_000,
|
|
368
368
|
precision: 3,
|
|
369
369
|
overlap_protection: true
|
|
@@ -371,7 +371,7 @@ module PWN
|
|
|
371
371
|
lora915: {
|
|
372
372
|
start_freq: '902.000.000',
|
|
373
373
|
target_freq: '928.000.000',
|
|
374
|
-
demodulator_mode:
|
|
374
|
+
demodulator_mode: :RAW,
|
|
375
375
|
bandwidth: 50_000,
|
|
376
376
|
precision: 3,
|
|
377
377
|
overlap_protection: true
|
|
@@ -379,7 +379,7 @@ module PWN
|
|
|
379
379
|
low_rfid: {
|
|
380
380
|
start_freq: '125.000',
|
|
381
381
|
target_freq: '134.000',
|
|
382
|
-
demodulator_mode:
|
|
382
|
+
demodulator_mode: :RAW,
|
|
383
383
|
bandwidth: 200_000,
|
|
384
384
|
precision: 1,
|
|
385
385
|
overlap_protection: true
|
|
@@ -387,7 +387,7 @@ module PWN
|
|
|
387
387
|
marine_vhf: {
|
|
388
388
|
start_freq: '156.000.000',
|
|
389
389
|
target_freq: '162.000.000',
|
|
390
|
-
demodulator_mode:
|
|
390
|
+
demodulator_mode: :FM,
|
|
391
391
|
bandwidth: 25_000,
|
|
392
392
|
precision: 4,
|
|
393
393
|
overlap_protection: true
|
|
@@ -395,7 +395,7 @@ module PWN
|
|
|
395
395
|
maritime_mf: {
|
|
396
396
|
start_freq: '415.000',
|
|
397
397
|
target_freq: '535.000',
|
|
398
|
-
demodulator_mode:
|
|
398
|
+
demodulator_mode: :USB,
|
|
399
399
|
bandwidth: 2_700,
|
|
400
400
|
precision: 6,
|
|
401
401
|
overlap_protection: true
|
|
@@ -403,7 +403,7 @@ module PWN
|
|
|
403
403
|
noaa_weather: {
|
|
404
404
|
start_freq: '162.400.000',
|
|
405
405
|
target_freq: '162.550.000',
|
|
406
|
-
demodulator_mode:
|
|
406
|
+
demodulator_mode: :FM,
|
|
407
407
|
bandwidth: 16_000,
|
|
408
408
|
precision: 4,
|
|
409
409
|
overlap_protection: true
|
|
@@ -411,7 +411,7 @@ module PWN
|
|
|
411
411
|
pager: {
|
|
412
412
|
start_freq: '929.000.000',
|
|
413
413
|
target_freq: '932.000.000',
|
|
414
|
-
demodulator_mode:
|
|
414
|
+
demodulator_mode: :FM,
|
|
415
415
|
bandwidth: 25_000,
|
|
416
416
|
precision: 4,
|
|
417
417
|
overlap_protection: true
|
|
@@ -419,7 +419,7 @@ module PWN
|
|
|
419
419
|
pcs: {
|
|
420
420
|
start_freq: '1.850.000.000',
|
|
421
421
|
target_freq: '1.990.000.000',
|
|
422
|
-
demodulator_mode:
|
|
422
|
+
demodulator_mode: :RAW,
|
|
423
423
|
bandwidth: 200_000,
|
|
424
424
|
precision: 6,
|
|
425
425
|
overlap_protection: false
|
|
@@ -427,7 +427,7 @@ module PWN
|
|
|
427
427
|
public_safety_700: {
|
|
428
428
|
start_freq: '698.000.000',
|
|
429
429
|
target_freq: '806.000.000',
|
|
430
|
-
demodulator_mode:
|
|
430
|
+
demodulator_mode: :FM,
|
|
431
431
|
bandwidth: 25_000,
|
|
432
432
|
precision: 4,
|
|
433
433
|
overlap_protection: false
|
|
@@ -435,7 +435,7 @@ module PWN
|
|
|
435
435
|
rtty20: {
|
|
436
436
|
start_freq: '14.000.000',
|
|
437
437
|
target_freq: '14.350.000',
|
|
438
|
-
demodulator_mode:
|
|
438
|
+
demodulator_mode: :FM,
|
|
439
439
|
bandwidth: 170,
|
|
440
440
|
precision: 3,
|
|
441
441
|
overlap_protection: true
|
|
@@ -443,7 +443,7 @@ module PWN
|
|
|
443
443
|
rtty40: {
|
|
444
444
|
start_freq: '7.000.000',
|
|
445
445
|
target_freq: '7.300.000',
|
|
446
|
-
demodulator_mode:
|
|
446
|
+
demodulator_mode: :FM,
|
|
447
447
|
bandwidth: 170,
|
|
448
448
|
precision: 3,
|
|
449
449
|
overlap_protection: true
|
|
@@ -451,7 +451,7 @@ module PWN
|
|
|
451
451
|
rtty80: {
|
|
452
452
|
start_freq: '3.500.000',
|
|
453
453
|
target_freq: '3.800.000',
|
|
454
|
-
demodulator_mode:
|
|
454
|
+
demodulator_mode: :FM,
|
|
455
455
|
bandwidth: 170,
|
|
456
456
|
precision: 3,
|
|
457
457
|
overlap_protection: true
|
|
@@ -459,7 +459,7 @@ module PWN
|
|
|
459
459
|
shortwave1: {
|
|
460
460
|
start_freq: '5.900.000',
|
|
461
461
|
target_freq: '6.200.000',
|
|
462
|
-
demodulator_mode:
|
|
462
|
+
demodulator_mode: :AM_SYNC,
|
|
463
463
|
bandwidth: 10_000,
|
|
464
464
|
precision: 4,
|
|
465
465
|
overlap_protection: true
|
|
@@ -467,7 +467,7 @@ module PWN
|
|
|
467
467
|
shortwave2: {
|
|
468
468
|
start_freq: '7.200.000',
|
|
469
469
|
target_freq: '7.450.000',
|
|
470
|
-
demodulator_mode:
|
|
470
|
+
demodulator_mode: :AM_SYNC,
|
|
471
471
|
bandwidth: 10_000,
|
|
472
472
|
precision: 4,
|
|
473
473
|
overlap_protection: true
|
|
@@ -475,7 +475,7 @@ module PWN
|
|
|
475
475
|
shortwave3: {
|
|
476
476
|
start_freq: '9.400.000',
|
|
477
477
|
target_freq: '9.900.000',
|
|
478
|
-
demodulator_mode:
|
|
478
|
+
demodulator_mode: :AM_SYNC,
|
|
479
479
|
bandwidth: 10_000,
|
|
480
480
|
precision: 4,
|
|
481
481
|
overlap_protection: true
|
|
@@ -483,7 +483,7 @@ module PWN
|
|
|
483
483
|
shortwave4: {
|
|
484
484
|
start_freq: '11.600.000',
|
|
485
485
|
target_freq: '12.100.000',
|
|
486
|
-
demodulator_mode:
|
|
486
|
+
demodulator_mode: :AM_SYNC,
|
|
487
487
|
bandwidth: 10_000,
|
|
488
488
|
precision: 4,
|
|
489
489
|
overlap_protection: true
|
|
@@ -491,7 +491,7 @@ module PWN
|
|
|
491
491
|
shortwave5: {
|
|
492
492
|
start_freq: '13.570.000',
|
|
493
493
|
target_freq: '13.870.000',
|
|
494
|
-
demodulator_mode:
|
|
494
|
+
demodulator_mode: :AM_SYNC,
|
|
495
495
|
bandwidth: 10_000,
|
|
496
496
|
precision: 4,
|
|
497
497
|
overlap_protection: true
|
|
@@ -499,7 +499,7 @@ module PWN
|
|
|
499
499
|
shortwave6: {
|
|
500
500
|
start_freq: '15.100.000',
|
|
501
501
|
target_freq: '15.800.000',
|
|
502
|
-
demodulator_mode:
|
|
502
|
+
demodulator_mode: :AM_SYNC,
|
|
503
503
|
bandwidth: 10_000,
|
|
504
504
|
precision: 4,
|
|
505
505
|
overlap_protection: true
|
|
@@ -507,7 +507,7 @@ module PWN
|
|
|
507
507
|
ssb10: {
|
|
508
508
|
start_freq: '28.000.000',
|
|
509
509
|
target_freq: '29.700.000',
|
|
510
|
-
demodulator_mode:
|
|
510
|
+
demodulator_mode: :USB,
|
|
511
511
|
bandwidth: 2_700,
|
|
512
512
|
precision: 6,
|
|
513
513
|
overlap_protection: true
|
|
@@ -515,7 +515,7 @@ module PWN
|
|
|
515
515
|
ssb12: {
|
|
516
516
|
start_freq: '24.890.000',
|
|
517
517
|
target_freq: '24.990.000',
|
|
518
|
-
demodulator_mode:
|
|
518
|
+
demodulator_mode: :USB,
|
|
519
519
|
bandwidth: 2_700,
|
|
520
520
|
precision: 6,
|
|
521
521
|
overlap_protection: true
|
|
@@ -523,7 +523,7 @@ module PWN
|
|
|
523
523
|
ssb15: {
|
|
524
524
|
start_freq: '21.000.000',
|
|
525
525
|
target_freq: '21.450.000',
|
|
526
|
-
demodulator_mode:
|
|
526
|
+
demodulator_mode: :USB,
|
|
527
527
|
bandwidth: 2_700,
|
|
528
528
|
precision: 6,
|
|
529
529
|
overlap_protection: true
|
|
@@ -531,7 +531,7 @@ module PWN
|
|
|
531
531
|
ssb17: {
|
|
532
532
|
start_freq: '18.068.000',
|
|
533
533
|
target_freq: '18.168.000',
|
|
534
|
-
demodulator_mode:
|
|
534
|
+
demodulator_mode: :USB,
|
|
535
535
|
bandwidth: 2_700,
|
|
536
536
|
precision: 6,
|
|
537
537
|
overlap_protection: true
|
|
@@ -539,7 +539,7 @@ module PWN
|
|
|
539
539
|
ssb20: {
|
|
540
540
|
start_freq: '14.000.000',
|
|
541
541
|
target_freq: '14.350.000',
|
|
542
|
-
demodulator_mode:
|
|
542
|
+
demodulator_mode: :USB,
|
|
543
543
|
bandwidth: 2_700,
|
|
544
544
|
precision: 6,
|
|
545
545
|
overlap_protection: true
|
|
@@ -547,7 +547,7 @@ module PWN
|
|
|
547
547
|
ssb40: {
|
|
548
548
|
start_freq: '7.000.000',
|
|
549
549
|
target_freq: '7.300.000',
|
|
550
|
-
demodulator_mode:
|
|
550
|
+
demodulator_mode: :LSB,
|
|
551
551
|
bandwidth: 2_700,
|
|
552
552
|
precision: 6,
|
|
553
553
|
overlap_protection: true
|
|
@@ -555,7 +555,7 @@ module PWN
|
|
|
555
555
|
ssb80: {
|
|
556
556
|
start_freq: '3.500.000',
|
|
557
557
|
target_freq: '3.800.000',
|
|
558
|
-
demodulator_mode:
|
|
558
|
+
demodulator_mode: :LSB,
|
|
559
559
|
bandwidth: 2_700,
|
|
560
560
|
precision: 6,
|
|
561
561
|
overlap_protection: true
|
|
@@ -563,7 +563,7 @@ module PWN
|
|
|
563
563
|
ssb160: {
|
|
564
564
|
start_freq: '1.800.000',
|
|
565
565
|
target_freq: '2.000.000',
|
|
566
|
-
demodulator_mode:
|
|
566
|
+
demodulator_mode: :LSB,
|
|
567
567
|
bandwidth: 2_700,
|
|
568
568
|
precision: 6,
|
|
569
569
|
overlap_protection: true
|
|
@@ -571,7 +571,7 @@ module PWN
|
|
|
571
571
|
tempest: {
|
|
572
572
|
start_freq: '400.000.000',
|
|
573
573
|
target_freq: '430.000.000',
|
|
574
|
-
demodulator_mode:
|
|
574
|
+
demodulator_mode: :WFM,
|
|
575
575
|
bandwidth: 200_000,
|
|
576
576
|
precision: 4,
|
|
577
577
|
overlap_protection: false
|
|
@@ -579,7 +579,7 @@ module PWN
|
|
|
579
579
|
tv_high_vhf: {
|
|
580
580
|
start_freq: '174.000.000',
|
|
581
581
|
target_freq: '216.000.000',
|
|
582
|
-
demodulator_mode:
|
|
582
|
+
demodulator_mode: :WFM_ST,
|
|
583
583
|
bandwidth: 600_000,
|
|
584
584
|
precision: 5,
|
|
585
585
|
overlap_protection: true
|
|
@@ -587,7 +587,7 @@ module PWN
|
|
|
587
587
|
tv_low_vhf: {
|
|
588
588
|
start_freq: '54.000.000',
|
|
589
589
|
target_freq: '88.000.000',
|
|
590
|
-
demodulator_mode:
|
|
590
|
+
demodulator_mode: :WFM_ST,
|
|
591
591
|
bandwidth: 600_000,
|
|
592
592
|
precision: 5,
|
|
593
593
|
overlap_protection: true
|
|
@@ -595,7 +595,7 @@ module PWN
|
|
|
595
595
|
tv_uhf: {
|
|
596
596
|
start_freq: '470.000.000',
|
|
597
597
|
target_freq: '698.000.000',
|
|
598
|
-
demodulator_mode:
|
|
598
|
+
demodulator_mode: :WFM_ST,
|
|
599
599
|
bandwidth: 600_000,
|
|
600
600
|
precision: 5,
|
|
601
601
|
overlap_protection: true
|
|
@@ -603,7 +603,7 @@ module PWN
|
|
|
603
603
|
uhf_rfid: {
|
|
604
604
|
start_freq: '860.000.000',
|
|
605
605
|
target_freq: '960.000.000',
|
|
606
|
-
demodulator_mode:
|
|
606
|
+
demodulator_mode: :RAW,
|
|
607
607
|
bandwidth: 100_000,
|
|
608
608
|
precision: 5,
|
|
609
609
|
overlap_protection: true
|
|
@@ -611,7 +611,7 @@ module PWN
|
|
|
611
611
|
umts: {
|
|
612
612
|
start_freq: '1.920.000.000',
|
|
613
613
|
target_freq: '2.170.000.000',
|
|
614
|
-
demodulator_mode:
|
|
614
|
+
demodulator_mode: :RAW,
|
|
615
615
|
bandwidth: 200_000,
|
|
616
616
|
precision: 6,
|
|
617
617
|
overlap_protection: false
|
|
@@ -619,7 +619,7 @@ module PWN
|
|
|
619
619
|
weather_sat: {
|
|
620
620
|
start_freq: '137.000.000',
|
|
621
621
|
target_freq: '138.000.000',
|
|
622
|
-
demodulator_mode:
|
|
622
|
+
demodulator_mode: :FM,
|
|
623
623
|
bandwidth: 40_000,
|
|
624
624
|
precision: 5,
|
|
625
625
|
overlap_protection: true
|
|
@@ -627,7 +627,7 @@ module PWN
|
|
|
627
627
|
wifi24: {
|
|
628
628
|
start_freq: '2.400.000.000',
|
|
629
629
|
target_freq: '2.500.000.000',
|
|
630
|
-
demodulator_mode:
|
|
630
|
+
demodulator_mode: :RAW,
|
|
631
631
|
bandwidth: 200_000,
|
|
632
632
|
precision: 7,
|
|
633
633
|
overlap_protection: true
|
|
@@ -635,7 +635,7 @@ module PWN
|
|
|
635
635
|
wifi5: {
|
|
636
636
|
start_freq: '5.150.000.000',
|
|
637
637
|
target_freq: '5.850.000.000',
|
|
638
|
-
demodulator_mode:
|
|
638
|
+
demodulator_mode: :RAW,
|
|
639
639
|
bandwidth: 200_000,
|
|
640
640
|
precision: 7,
|
|
641
641
|
overlap_protection: true
|
|
@@ -643,7 +643,7 @@ module PWN
|
|
|
643
643
|
wifi6: {
|
|
644
644
|
start_freq: '5.925.000.000',
|
|
645
645
|
target_freq: '7.125.000.000',
|
|
646
|
-
demodulator_mode:
|
|
646
|
+
demodulator_mode: :RAW,
|
|
647
647
|
bandwidth: 200_000,
|
|
648
648
|
precision: 7,
|
|
649
649
|
overlap_protection: true
|
|
@@ -651,7 +651,7 @@ module PWN
|
|
|
651
651
|
zigbee: {
|
|
652
652
|
start_freq: '2.405.000.000',
|
|
653
653
|
target_freq: '2.485.000.000',
|
|
654
|
-
demodulator_mode:
|
|
654
|
+
demodulator_mode: :RAW,
|
|
655
655
|
bandwidth: 200_000,
|
|
656
656
|
precision: 7,
|
|
657
657
|
overlap_protection: true
|
|
@@ -661,21 +661,6 @@ module PWN
|
|
|
661
661
|
raise e
|
|
662
662
|
end
|
|
663
663
|
|
|
664
|
-
# Supported Method Parameters::
|
|
665
|
-
# opts = PWN::SDR::FrequencyAllocation.load(
|
|
666
|
-
# profile: 'required - valid FrequencyAllocation profile name returned from #profiles method'
|
|
667
|
-
# )
|
|
668
|
-
public_class_method def self.load(opts = {})
|
|
669
|
-
profile = opts[:profile]&.to_sym
|
|
670
|
-
|
|
671
|
-
profiles_available = profiles
|
|
672
|
-
raise "ERROR: Invalid profile: #{profile}" unless profiles_available.key?(profile)
|
|
673
|
-
|
|
674
|
-
profiles_available[profile]
|
|
675
|
-
rescue StandardError => e
|
|
676
|
-
raise e
|
|
677
|
-
end
|
|
678
|
-
|
|
679
664
|
# Author(s):: 0day Inc. <support@0dayinc.com>
|
|
680
665
|
|
|
681
666
|
public_class_method def self.authors
|
|
@@ -690,10 +675,6 @@ module PWN
|
|
|
690
675
|
puts "USAGE:
|
|
691
676
|
profiles = #{self}.profiles
|
|
692
677
|
|
|
693
|
-
opts = #{self}.load(
|
|
694
|
-
profile: 'required - valid frequency allocation profile name returned from #profiles method'
|
|
695
|
-
)
|
|
696
|
-
|
|
697
678
|
#{self}.authors
|
|
698
679
|
"
|
|
699
680
|
end
|