hamnet70/impl
Thomas Kolb 934b18e382 Integrate TUN device interface
Packets are now read from the TUN device and transmitted. The signal
goes through a channel emulator and is then received + decoded. If
decoding is successful, the result is written back to the TUN device
(which does not make much sense, but works for testing).

Unfortunately, there still seems to be a problem in the receiver: packet
loss is very high even at extremely high SNRs.
2022-02-27 20:21:14 +01:00
..
src Integrate TUN device interface 2022-02-27 20:21:14 +01:00
test Refactoring: moved layer1-related stuff to subdirectory 2022-02-13 20:05:47 +01:00
utils plot_spectrum: ensure that the t and f array sizes match 2022-02-13 19:54:07 +01:00
.gitignore Initial commit: infrastructure 2021-10-17 19:25:42 +02:00
CMakeLists.txt Integrate TUN device interface 2022-02-27 20:21:14 +01:00
compile_flags.txt Initial commit: infrastructure 2021-10-17 19:25:42 +02:00
make.sh Initial commit: infrastructure 2021-10-17 19:25:42 +02:00