gr-lora/lib
Wosser1sProductions 8290e348ac Starting Unit Testing with samples
+ [C++] Added message_socket_sink block to capture messages outputted by
the LoRa decoder and send them to the loopback interface as a UDP packet
~ [Python] Changed message_wireshark_sink block with added
system_handler to end execution of the flowgraph. Due to a bug in GNU
Radio's message system from Python, this deemed however not possible.
(Hence the message_socket_sink C++ block)
+ [Python] Added qa_BasisTest.py to setup and run tests on the LoRa
receiver from sample files
(samples will potentially be added later as a link, since they are quite
big)
2017-02-15 01:40:52 +01:00
..
CMakeLists.txt Starting Unit Testing with samples 2017-02-15 01:40:52 +01:00
decoder_impl.cc
decoder_impl.h
message_file_sink_impl.cc
message_file_sink_impl.h
message_socket_sink_impl.cc Starting Unit Testing with samples 2017-02-15 01:40:52 +01:00
message_socket_sink_impl.h Starting Unit Testing with samples 2017-02-15 01:40:52 +01:00
qa_lora.cc
qa_lora.h
qa_message_socket_sink.cc Starting Unit Testing with samples 2017-02-15 01:40:52 +01:00
qa_message_socket_sink.h Starting Unit Testing with samples 2017-02-15 01:40:52 +01:00
tables.h
test_lora.cc
utilities.h