A simple WiFi raw packet interface
 
 
Go to file
Mark Qvist 33163e2595 File transfer example 2014-05-26 19:36:41 +02:00
examples File transfer example 2014-05-26 19:36:41 +02:00
.gitignore File transfer example 2014-05-26 17:10:38 +02:00
LICENSE
Makefile MTU stuff 2014-05-26 13:13:32 +02:00
README.md Update readme 2014-05-24 22:28:22 +02:00
if_helper.c Fixed typo 2014-05-26 11:28:42 +02:00
if_helper.h MTU config 2014-05-25 16:07:11 +02:00
main.c File transfer examples 2014-05-26 18:15:48 +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.