hamnet70/impl/src
Thomas Kolb d6eaef91cd Switch to new logging system
The new system supports:

- time-tagging of log messages
- message priority levels with a threshold below which they are not printed
- colored output of the message priority for easy identification
- compile-time disabling of all logging per C module

So far, it is integrated in the main and rx modules which generate most
messages. Other modules will be migrated in the future.
2024-05-28 23:53:11 +02:00
..
layer1 Switch to new logging system 2024-05-28 23:53:11 +02:00
layer2 Integrate TUN device interface 2022-02-27 20:21:14 +01:00
sdr sdr: fix loss of samples due to unaligned buffer reads 2024-04-27 20:08:04 +02:00
config.h Config changes known to work with two directly connected HackRFs 2024-05-28 20:00:46 +02:00
debug_structs.h Dump debug info from the RX via jsonlogger 2024-05-07 21:40:29 +02:00
jsonlogger.c jsonlogger: increase pipe buffer to reduce likelihood of corrupted messages 2024-05-28 08:51:56 +02:00
jsonlogger.h Dump debug info from the RX via jsonlogger 2024-05-07 21:40:29 +02:00
logger.c Switch to new logging system 2024-05-28 23:53:11 +02:00
logger.h Switch to new logging system 2024-05-28 23:53:11 +02:00
main.c Switch to new logging system 2024-05-28 23:53:11 +02:00
options.c Add options parsing module 2024-03-30 21:51:27 +01:00
options.h Add options parsing module 2024-03-30 21:51:27 +01:00
results.h sdr: fix loss of samples due to unaligned buffer reads 2024-04-27 20:08:04 +02:00
utils.c utils: open output file in binary mode 2023-05-12 13:49:20 +02:00
utils.h Implement time-based carrier sensing 2022-05-07 21:17:53 +02:00
var_array.c Dump debug info from the RX via jsonlogger 2024-05-07 21:40:29 +02:00
var_array.h Dump debug info from the RX via jsonlogger 2024-05-07 21:40:29 +02:00