Commit graph

161 commits

Author SHA1 Message Date
30hours 7f3f67211a
Merge pull request #21 from sdn-ninja/main
Update readme
2024-06-03 23:54:38 +09:30
30hours 12234959f4 Add MB fixes so 2x RTL SDR setup works 2024-05-30 13:53:25 +00:00
30hours 9b5040ff3f Move to SDRplay API v3.15.1 2024-05-27 12:12:40 +00:00
sdn-ninja 39bb3c2637
Merge pull request #1 from sdn-ninja/sdn-ninja-patch-1
Update README.md
2024-05-21 20:05:43 +01:00
sdn-ninja 558f121143
Update README.md 2024-05-21 19:59:40 +01:00
30hours f83d4436ee Change to viridis colormap 2024-05-15 14:54:44 +00:00
30hours 807179a29e
Merge pull request #20 from sdn-ninja/hackrf-documentation
Hackrf documentation
2024-05-14 23:32:31 +09:30
30hours 2e22a58144
Update README.md 2024-05-14 23:31:26 +09:30
30hours 3260a87c4b
Update README.md
Move image to the bottom
2024-05-14 23:27:50 +09:30
30hours 0d726e5e65 Add UHD build from source Dockerfile for ARM as per #13 2024-05-14 13:42:09 +00:00
30hours 635d1e044f Platform independent vcpkg #13 and SDRplay API generic 2024-05-14 13:26:53 +00:00
sdn-ninja 546b68c906
Update README.md
Update
2024-05-14 00:15:54 +01:00
sdn-ninja 0d9163ecc5
Update README.md 2024-05-14 00:13:30 +01:00
sdn-ninja 5579062a04
HackRF-blah2 wiring diagram 2024-05-14 00:05:50 +01:00
30hours 8c30e3c34b
Merge pull request #19 from 30hours/kraken
Kraken
2024-05-12 23:16:28 +09:30
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