A simple WiFi raw packet interface
 
 
Go to file
Mark Qvist 903c9df4e1 MTU config 2014-05-25 16:07:11 +02:00
.gitignore Basic socket setup and hardware config 2014-05-24 12:33:53 +02:00
LICENSE
Makefile Promiscous mode, makefile update. 2014-05-25 08:59:43 +02:00
README.md Update readme 2014-05-24 22:28:22 +02:00
if_helper.c MTU config 2014-05-25 16:07:11 +02:00
if_helper.h MTU config 2014-05-25 16:07:11 +02:00
main.c MTU config 2014-05-25 16:07:11 +02:00

README.md

WiPacket

This program provides a very simple interface for basic packet communication over standard WiFi hardware, without the use of any access point or "infrastructure mode". The program can provide a userspace socket for reading and writing raw data to a 802.11 interface. This makes it easy to develop radio applications where you do not want or need a full TCP/IP stack, but just the raw data packets.

Work in progress. This is a working, albeit very early, non-tested version.