Add live instance link

This commit is contained in:
30hours 2023-11-05 22:28:13 +10:30
parent d209df39da
commit 7389b76263
3 changed files with 41 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# blah2 # blah2
A real-time radar which can support various SDR platforms. A real-time radar which can support various SDR platforms. See a live instance at [http://radar4.30hours.dev](http://radar4.30hours.dev).
![blah2 example display](./example.png "blah2") ![blah2 example display](./example.png "blah2")

View file

@ -19,7 +19,7 @@ process:
dopplerMax: 300 dopplerMax: 300
clutter: clutter:
delayMin: -10 delayMin: -10
delayMax: 300 delayMax: 400
detect: detect:
pfa: 0.000001 pfa: 0.000001
nGuard: 10 nGuard: 10

39
config/radar4.yml Normal file
View file

@ -0,0 +1,39 @@
capture:
fs: 2000000
fc: 204640000
type: "RspDuo"
replay:
state: false
loop: true
file: '/opt/blah2/replay/file.rspduo'
process:
data:
cpi: 1
buffer: 1.5
overlap: 0
ambiguity:
delayMin: -10
delayMax: 300
dopplerMin: -300
dopplerMax: 300
clutter:
delayMin: -10
delayMax: 400
detect:
pfa: 0.000001
nGuard: 10
nTrain: 20
network:
ip: 0.0.0.0
ports:
api: 3000
map: 3001
detect: 3002
save:
iq: true
map: true
detect: false
path: "/opt/blah2/"