Pieter Robyns
77822182a0
Print characters in ASCII range when decoding
2020-03-22 20:41:38 +01:00
Pieter Robyns
0bbd2324c4
Update .travis.yml so that the build success with GNU Radio 3.8 on Bionic.
2019-10-02 15:41:03 +02:00
rpp0
29badce4ed
Merge pull request #103 from argilo/fix-file-sink
...
Write bytes instead of complex samples
2019-10-02 09:44:41 +02:00
Pieter Robyns
400da78804
Merge branch 'argilo-finish-38'
2019-10-02 09:41:18 +02:00
Clayton Smith
dd9768b326
Write bytes instead of complex samples
2019-10-01 14:59:24 -04:00
Clayton Smith
35ed1f519f
Convert blocks and sample flowgraphs to 3.8
2019-10-01 14:51:09 -04:00
Pieter Robyns
a94b204fee
Python 3 fixes for qa_testsuite.py
...
Minor changes to fine_sync
2019-09-09 16:56:31 +02:00
Pieter Robyns
da8c067a90
Fix linker errors for GNU Radio 3.8
...
Remove define conflict with log4cpp
Port lora_receive_file_nogui.py to Python 3
2019-09-09 14:47:23 +02:00
stf
762c466fb2
updated to compile against gnuradio 3.8
2019-08-15 17:37:14 +00:00
Pieter Robyns
b1d38fab90
Merge branch 'wphilips-implicit-header'
2018-09-19 10:55:28 +02:00
Pieter Robyns
4798533cb6
Fix indentation
2018-09-19 10:54:50 +02:00
Pieter Robyns
e782fd56a7
Perform integration tests
2018-09-19 10:28:08 +02:00
Pieter Robyns
33e1e956f4
Merge branch 'implicit-header' of https://github.com/wphilips/gr-lora into wphilips-implicit-header
2018-09-19 10:00:27 +02:00
Wilfried.Philips
9c3fe6d708
Fixes for implicit_header=on,reduced_rate=off case.
2018-09-19 00:02:19 +02:00
Wilfried.Philips
ab2af8d6da
Reduced rate can also occur without implicit_header
2018-09-17 20:57:50 +02:00
Wilfried.Philips
5b6dd4815b
Use different dewhitening sequence for code rates (4,5)/(4,6) versus (4,7) and (4,8)
2018-09-17 20:56:30 +02:00
Wilfried.Philips
abcfce7e4a
In implicit_header mode, first 8 symbols require special treatment
2018-09-17 20:55:05 +02:00
Wilfried.Philips
98425e9c0d
Add dewhiteting sequence for code rates (4,5) and (4,6)
2018-09-17 20:53:29 +02:00
Wilfried.Philips
fdb63893e0
Reduced rate c also be set without implicit_header
2018-09-17 20:52:43 +02:00
Pieter Robyns
b73308f184
Small corrections
2018-03-24 13:35:13 +00:00
Nikos Karamolegkos
91a5bfa97f
Add doxygen documentation for the msg source block
2018-03-14 13:04:50 +02:00
Nikos Karamolegkos
13c14c799f
Add UDP socket for the message source block
2018-03-14 00:43:48 +02:00
Nikos Karamolegkos
bf56853455
Introduce message socket source block for TX
2018-03-03 14:31:54 +02:00
Pieter Robyns
60e94eda37
Moved UDP server functionality for receiving LoRa frames to lora.lorasocket.LoRaUDPServer
2018-01-31 10:49:45 +01:00
Pieter Robyns
bb0810f13a
Update README.md
2018-01-09 10:39:55 +01:00
Pieter Robyns
817c689f1d
Fix examples and update unit test reports
2018-01-09 10:18:57 +01:00
Pieter Robyns
a687cce7c5
Experimental support for custom bandwidths
2018-01-08 15:23:34 +01:00
Pieter Robyns
e8303b9413
Configurable 'reduced rate' in implicit header mode
2018-01-05 16:48:00 +01:00
Pieter Robyns
e4cafa1a58
Support for conjugate downlink signals
2018-01-05 10:55:08 +01:00
Pieter Robyns
c4547e23b1
Update examples to reflect changes in message socket sink
2018-01-03 10:18:22 +01:00
Pieter Robyns
26da9aa5d0
Regression tests
2017-12-21 09:51:41 +01:00
Pieter Robyns
3d3c8746ae
Modified gitignore
2017-12-21 09:31:54 +01:00
Pieter Robyns
62c0f6ada7
Colored interleave matrix print in debug mode
2017-12-20 10:44:45 +01:00
Pieter Robyns
9701330772
Use LiquidDSP's Hamming decoding implementation
2017-12-18 16:00:56 +01:00
Pieter Robyns
5cbf1124b9
Remove comment
2017-10-09 09:40:33 +02:00
Pieter Robyns
01fde5be3d
Support for SNR calculation and LoRaTAP headers (Wireshark)
2017-10-06 18:05:07 +02:00
Pieter Robyns
2f28b1ba9e
Added test suite functionality
...
- Switch to disable file export
- Allow controller to be specified
- Clamp value of CR in event of decoding error
2017-10-06 16:09:46 +02:00
Pieter Robyns
994f80ce53
Update README.md and Dockerfile
2017-09-20 12:21:03 +02:00
Pieter Robyns
040be7eb48
Added example that can be run without GUI or example trace
2017-09-20 11:42:47 +02:00
Pieter Robyns
025faa8c41
Support for implicit header mode
2017-09-20 10:12:19 +02:00
Pieter Robyns
8bf1953e6b
Remove autocorr squelch to improve sensitivity to low power signals
2017-09-15 13:45:40 +02:00
Pieter Robyns
829d6709e2
Code cleanup, move decoded data to vector
2017-09-15 13:06:24 +02:00
Pieter Robyns
5e8b523ff0
Group PHDR fields in struct and convert bps value to double
2017-09-15 11:03:57 +02:00
Pieter Robyns
f976dfab8e
Quality of life improvements
...
- IP and port can now be specified for Message Socket Sink
- LoRa PHY header can be omitted from Message Socket Sink output
- Removed deprecated blocks
- More utilities
2017-09-14 16:58:39 +02:00
Pieter Robyns
2714c3f2d3
Correctly determine coding rate
2017-09-11 11:58:51 +02:00
Pieter Robyns
ba4e72b232
Fix bug in Docker scripts
2017-09-08 14:04:47 +02:00
Pieter Robyns
ef46ff7c0e
Improvements to test suites and tutorials
...
- Allow to specify frequency offset in test suite
- Added tests for RTL-SDR and HackRF
- Updated RTL-SDR tutorial
2017-09-08 13:22:11 +02:00
Pieter Robyns
4575524e56
Removed obsolete test, which caused make test to fail
2017-09-07 17:40:23 +02:00
Pieter Robyns
ecc209d306
Update to permanent DOI instead of version-specific DOI
2017-09-07 17:18:44 +02:00
Pieter Robyns
7c3b3de7de
- Update README.md
...
- New installation method via Docker
- Updated examples in apps/
2017-09-07 17:05:12 +02:00