Wykres commitów

190 Commity (master)

Autor SHA1 Wiadomość Data
rpp0 90343d45a3
Merge pull request #148 from FlUxIuS/master
Removing useless SWIW in GR3.9, restoring Copyrights + AUTHORS
2021-12-10 14:50:23 -05:00
Sebastien Dudek 2752e2b57e Removing useless SWIW in GR3.9, restoring Copyrights + adding name to AUTHORS 2021-12-03 19:42:25 +01:00
Pieter Robyns 3d89f5e4c2 Fix lora_receive_file_nogui.py
Remove lora_receive_realtime.py and lora_receive_file.py because they are generated automatically by the grcs
2021-11-30 20:49:04 -05:00
Pieter Robyns 661bc6ee5a Rerun test suite 2021-11-30 20:39:03 -05:00
Pieter Robyns 5a22145ea8 Port qa_testsuite.py to GNU Radio 3.9
Reinstate MANIFEST.md
2021-11-30 20:38:07 -05:00
Sebastien Dudek baf2e43db1 Porting gr-lora to GNU Radio 3.9 2021-11-29 17:41:47 +01:00
rpp0 6111c350c5
Merge pull request #130 from riatankarsahu/patch-1
Update README.md
2021-02-09 21:14:57 +01:00
Ritankar Sahu f9137e6c15
Update README.md
I checked them myself..... Now trying to dig into a little more..... You can trust me.... :)
2021-02-08 23:39:28 +01:00
Pieter Robyns 124f2120ae Fix Python 3 compatibility of lora_receive_file_nogui.py 2021-02-01 20:54:11 +01:00
Pieter Robyns 5086efb5aa Merge branch 'Inokinoki-fix-boost-bind-deprecated-global-placeholder' 2021-01-07 20:12:37 +01:00
Weixuan XIAO 0101ec36df Add boost::placeholders namespace to _1
Placeholders are not exported to global namespace since boost 1.73.
See [boost/bind.hpp](e3cf787dff/include/boost/bind.hpp (L36)):

```cpp
BOOST_PRAGMA_MESSAGE(
  "The practice of declaring the Bind placeholders (_1, _2, ...) "
  "in the global namespace is deprecated. Please use "
  "<boost/bind/bind.hpp> + using namespace boost::placeholders, "
  "or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior."
)
```

The placeholders are always defined in boost::placeholders namesapce.
And they were exported to the global namespace before 1.73. So, adding
the namespace will not affect the compilation with earlier version.
2021-01-07 11:46:25 +01:00
rpp0 f284905072
Merge pull request #120 from japm48/patch-1
lora_receive_file_nogui: respect bandwidth choice
2020-09-21 23:23:00 +02:00
japm48 8893dac5a8
lora_receive_file_nogui: respect bandwidth choice 2020-09-21 14:58:33 +02:00
Pieter Robyns 91fb5e4930 Force SF 11 and SF 12 in test suite to use reduced rate 2020-03-23 17:49:26 +01:00
Pieter Robyns eb39f8df60 Merge branch 'fix-implicit-header' of https://github.com/argilo/gr-lora into argilo-fix-implicit-header 2020-03-23 16:53:22 +01:00
Pieter Robyns 381f783782 Merge branch 'master' of https://github.com/rpp0/gr-lora 2020-03-23 16:37:26 +01:00
Pieter Robyns 3231c535be Rerun test suites 2020-03-23 16:36:59 +01:00
Pieter Robyns 77822182a0 Print characters in ASCII range when decoding 2020-03-22 20:41:38 +01:00
rpp0 423dc1dca4
Merge pull request #105 from argilo/add-contributor
Add to contributors list
2019-10-03 09:34:25 +02:00
Clayton Smith 24f2179983 Add to contributors list 2019-10-02 18:59:46 -04: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 71067d954b Fix implicit header mode 2019-10-01 22:15:23 -04: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