hamnet70/impl
Thomas Kolb c8e0516e80 Implement time-based carrier sensing
In the following events, the modem cannot switch to transmit mode for the
given time:

- after a preamble has been received, for 500 ms
- after a packet has been successfully decoded, for 1 ms
- after receive mode was initially enabled, for 500 ms

Note that the times are that long to work around the RX/TX switching of
the hackrf and can be hopefully reduced to <10 milliseconds in a later
version.
2022-05-07 21:17:53 +02:00
..
src Implement time-based carrier sensing 2022-05-07 21:17:53 +02: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 Implement time-based carrier sensing 2022-05-07 21:17:53 +02: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
setup_tundev.sh Switch to IPv6 2022-04-07 20:44:07 +02:00