A simple WiFi raw packet interface
 
 
Go to file
lucadm94 abe1cc0e7f added support for Out of Contest of BSS mode 2019-05-23 15:17:32 +02:00
examples File transfer example 2014-05-26 19:36:41 +02:00
.gitignore added support for Out of Contest of BSS mode 2019-05-23 15:17:32 +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
ibss_config.sh added support for Out of Contest of BSS mode 2019-05-23 15:17:32 +02:00
if_helper.c added support for Out of Contest of BSS mode 2019-05-23 15:17:32 +02:00
if_helper.h added support for Out of Contest of BSS mode 2019-05-23 15:17:32 +02:00
main.c added support for Out of Contest of BSS mode 2019-05-23 15:17:32 +02:00
ocb_config.sh added support for Out of Contest of BSS mode 2019-05-23 15:17:32 +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.