Commit graph

146 commits

Author SHA1 Message Date
30hours a72a89a468 Fix gains and valid SDR error 2024-05-12 13:44:54 +00:00
30hours 3b670a740f Initial Kraken 2 channel, not working yet 2024-05-11 14:03:26 +00:00
30hours dd339533ce
Merge pull request #16 from sdn-ninja/hackrf-bug-fixes-v2
Hackrf bug fixes v2
2024-05-10 08:09:05 +09:30
sdn-ninja ada610e060
Update Source.cpp
There was no code path to call HackRF::stop().

I presume you need the same for USRP?
2024-05-09 22:08:24 +01:00
sdn-ninja e109c2f07a
Update HackRf.cpp
- enable CLKOUT (assumption is to plug that into ref device CLKIN) on surv device; otherwise, user has to do this from cmdline every time they plug the device

- remove that while loop; not needed.
2024-05-09 22:04:26 +01:00
sdn-ninja 363a81dfaf
Update blah2.cpp
Cosmetic (as there's no further code to execute.. But terminating the t2 thread correctly.
2024-05-09 21:57:38 +01:00
sdn-ninja 25eea87083
Update Capture.cpp
terminating the t1 thread correctly to stop device start() and process() every time the while(true) loop is executed.
2024-05-09 21:54:08 +01:00
30hours bf29d1431f
Merge pull request #15 from 30hours/sdn-ninja-sdn-ninja-hackrf-fixes
Sdn ninja sdn ninja hackrf fixes
2024-05-09 21:13:33 +09:30
30hours 19132589ed Add while loop and make LNA/VGA gain uint32_t 2024-05-09 11:40:26 +00:00
sdn-ninja 660618716c
Update HackRf.cpp
gainLna and gainVga not populated so insert static values for now. this needs fixing (I presume in blah2.cpp?)

fixed the device check, previously it only triggered if 1 device was connected, but not 0 devices.

other fixes for using pointers instead of deferenced pointers, etc.
2024-05-08 21:54:59 +01:00
sdn-ninja ea3011afd1
Update HackRf.h
fixing data types that didn't work
and fixing items that needed to be private/public
2024-05-08 21:42:27 +01:00
sdn-ninja f5e950b649
Update config-hackrf.yml
cosmetic improvement
2024-05-08 21:31:22 +01:00
30hours 7447edc62b Amend code style in Ambiguity and refactor ambiguity tests 2024-05-04 02:41:33 +00:00
30hours 9d0eb44418 Enable hamming rounding on ambiguity for big speedup 2024-05-03 14:53:59 +00:00
30hours 461b214f5f Add video link to readme 2024-04-28 05:24:57 +00:00
30hours bbd42f5365 Make RspDuo default config again oops 2024-04-09 13:59:19 +00:00
30hours 37e68281a0 Update README for HackRF 2024-04-08 12:35:57 +00:00
30hours 3e656f16c5 HackRF readme update and readd hackrf arch 2024-04-08 12:29:53 +00:00
30hours 9070d9a6db Fix hackrf parameters in config 2024-04-08 12:09:28 +00:00
30hours 0ef2649827 Add RSPduo reset script to readme 2024-04-02 10:42:32 +00:00
30hours d4a1c14e5a RspDuo tidy and fix debug verbose call 2024-03-29 06:34:40 +00:00
30hours 27568daa92 Update RspDuo host install and remove unlock from unit 2024-03-28 15:36:38 +00:00
30hours 48900353c3 Faster reload script and proper Rsp decimation handling 2024-03-24 12:33:52 +00:00
30hours f4a4ffba41 Fix SIGTERM handling and tidy RspDuo 2024-03-23 15:59:16 +00:00
30hours 261496303e Add SNR to detection stash data 2024-03-03 00:40:25 +00:00
30hours bdcc7a2ed3 Fix usage instructions 2024-03-02 10:15:01 +00:00
30hours 09255d3e25 Remove erroneous print statement in API 2024-02-20 14:53:21 +00:00
30hours 601dec1ffc Fix Docker > 25.0.0 as per #6 (add rw on mount) 2024-02-20 13:58:47 +00:00
30hours 53b311a9df Only release a package for blah2, not blah2_api as well 2024-02-19 12:18:19 +00:00
30hours fae3a589ae Readme cleanup usage and general update 2024-02-18 12:50:31 +00:00
30hours 9ccdd745dc Fix localhost check, cleanup front end and favicon 2024-02-18 12:26:17 +00:00
30hours 2475b40502 Add package instructions to README 2024-02-18 02:26:13 +00:00
30hours 134bbaeda0 Add adsb2dd config url for offline 2024-02-18 01:48:50 +00:00
30hours 1863403714 Fix for #6 in Docker > 25.0.0 shm writeable 2024-02-16 04:38:58 +00:00
30hours 257e889b0a Update Jenkins with env and Dockerfile labels 2024-02-16 02:34:52 +00:00
30hours 0b6c085131 Forgot 1 layer of script in Jenkins 2024-02-16 00:38:08 +00:00
30hours 76d83721eb Add push to jenkins 2024-02-16 00:34:41 +00:00
30hours 6e1e7c0c27 Jenkins add script block 2024-02-15 13:17:51 +00:00
30hours 0b1683a6cd Fix Docker build in jenkins 2024-02-15 13:15:39 +00:00
30hours 04bfb22176 Add simple Jenkinsfile 2024-02-15 12:01:41 +00:00
30hours c8cc3d378a Devcontainer slow prog 2024-02-15 11:01:11 +00:00
30hours e17c04af0a Fix ADSB truth on ddmap 2024-02-12 09:04:13 +00:00
30hours db6d9656cf Add truth display to ddmap if enabled in config 2024-02-11 14:24:23 +00:00
30hours 0e16141eda Add host information for reverse proxy 2024-02-11 11:49:46 +00:00
30hours f2b9e912ac Add config to API and output on /api/config 2024-02-08 10:43:51 +00:00
30hours 48638eacdc Add discord link to readme 2024-02-06 11:32:54 +00:00
30hours 8425143423 Update SDRplay API to 3.14.0 #6 2024-02-04 08:40:15 +00:00
30hours af4d18546c Merge branch 'main' of github.com:30hours/blah2 2024-02-04 08:32:55 +00:00
30hours 1fee2cb4e7 Remove bridge networks for host as per #9 and tidy 2024-02-04 08:30:56 +00:00
30hours 8f106b37d2
Merge pull request #7 from sdn-ninja/main
Fixing minor typos
2024-02-02 08:52:39 +10:30