hamnet70/impl/src/layer2
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
..
tundev.c Integrate TUN device interface 2022-02-27 20:21:14 +01:00
tundev.h Integrate TUN device interface 2022-02-27 20:21:14 +01:00