Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vy/wapi
C library to configure wireless network interfaces in GNU/Linux systems.
https://github.com/vy/wapi
c linux wireless wireless-api wireless-interfaces
Last synced: 23 days ago
JSON representation
C library to configure wireless network interfaces in GNU/Linux systems.
- Host: GitHub
- URL: https://github.com/vy/wapi
- Owner: vy
- License: bsd-2-clause
- Created: 2010-11-10T16:11:33.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T20:23:11.000Z (over 6 years ago)
- Last Synced: 2024-10-03T13:18:27.546Z (about 1 month ago)
- Topics: c, linux, wireless, wireless-api, wireless-interfaces
- Language: C
- Homepage: http://vy.github.com/wapi
- Size: 2.15 MB
- Stars: 37
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`_`_`_`_____`_____`__`
|`|`|`|``_``|``_``|``|
|`|`|`|`````|```__|``|
|_____|__|__|__|``|__|WAPI (Wireless API) provides an easy-to-use function set to configure wireless network interfaces on a GNU/Linux system. One can think WAPI as a lightweight C API for `iwconfig`, `wlanconfig`, `ifconfig`, and `route` commands. (But it is not a thin wrapper for these command line tools.) It is currently being used in [WISERLAB](http://www.wiserlab.org/) test-bed to configure 802.11 based wireless interfaces. The development is partially supported by European Commission Grant Number PIRG06-GA-2009-256326.
For source codes, see [http://github.com/vy/wapi](http://github.com/vy/wapi). While you can manually generate the documentation via Doxygen, the most recent version of the documentation is (hopefully) always available online at [http://vy.github.com/wapi](http://vy.github.com/wapi).
You can also easily integrate WAPI to OpenWrt platform as well. For this purpose, just see `Makefile.OpenWrt` in the root directory.