Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markqvist/wipacket
A simple WiFi raw packet interface
https://github.com/markqvist/wipacket
Last synced: about 2 months ago
JSON representation
A simple WiFi raw packet interface
- Host: GitHub
- URL: https://github.com/markqvist/wipacket
- Owner: markqvist
- License: mit
- Created: 2014-05-24T07:55:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T16:24:41.000Z (over 5 years ago)
- Last Synced: 2023-08-31T07:46:47.843Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 270 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.