From 3738c38343b51720f91b5d313009c57f4ce9f978 Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Sat, 6 Jan 2024 12:59:48 -0800 Subject: [PATCH] reference on radiotap --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7185747..e96335d 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,6 @@ Espressif only ships a binary blob and header file. * [IPv4 Header](https://en.wikipedia.org/wiki/Internet_Protocol_version_4) * [UDP Datagram structure](https://en.wikipedia.org/wiki/User_Datagram_Protocol#UDP_datagram_structure) * [Universal TUN/TAP device driver](https://www.kernel.org/doc/html/latest/networking/tuntap.html) + +### Radiotap +* [radiotap.org](https://www.radiotap.org/)