A simple WiFi raw packet interface
 
 
Go to file
Mark Qvist 476d2149cb Added domain socket handling and transmit. 2014-05-24 18:34:12 +02:00
.gitignore Basic socket setup and hardware config 2014-05-24 12:33:53 +02:00
LICENSE Initial commit 2014-05-24 00:55:00 -07:00
Makefile Added domain socket handling and transmit. 2014-05-24 18:34:12 +02:00
README.md Update readme 2014-05-24 12:35:46 +02:00
if_helper.c WiFi card configuration 2014-05-24 13:05:54 +02:00
if_helper.h WiFi card configuration 2014-05-24 13:05:54 +02:00
main.c Added domain socket handling and transmit. 2014-05-24 18:34:12 +02:00

README.md

WiPacket

Work in progress! At this point, don't expect this to work at all, or not blow up your computer!

This program provides a very simple driver 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.