hamnet70/impl/test
Thomas Kolb d77f4d4498
All checks were successful
/ build-hamnet70 (push) Successful in 33s
/ build-doc (push) Successful in 19s
/ deploy-doc (push) Has been skipped
Multiple fixes in packet handling
- add and handle layer 2 packet type correctly in data packets
- don't produce garbage packets if a packet could not be decoded or was not a
  data packet
- handle beacon/connection request/connection parameters handshake
- digipeater cycle timeout does not reset beacon timer anymore. This prevented
  any beacon transmission.
- Reset the connection timeout when empty packets are received
2024-12-15 22:29:47 +01:00
..
layer1 Apply free software+documentation licenses 2024-08-23 11:53:40 +02:00
layer2_over_udp Multiple fixes in packet handling 2024-12-15 22:29:47 +01:00
CMakeLists.txt Basic infrastructure for layer2-over-udp test 2024-12-12 19:44:07 +01:00
test_ham64.c Apply free software+documentation licenses 2024-08-23 11:53:40 +02:00
test_interleaver.c Apply free software+documentation licenses 2024-08-23 11:53:40 +02:00
test_jsonlogger.c Apply free software+documentation licenses 2024-08-23 11:53:40 +02:00
test_packet_queue.c Apply free software+documentation licenses 2024-08-23 11:53:40 +02:00
test_rx_file_l2dbg.c Apply free software+documentation licenses 2024-08-23 11:53:40 +02:00