iwlib alternatives and similar packages
Based on the "network" category.
Alternatively, view iwlib alternatives based on common mentions on social networks and blogs.
-
compendium-client
Mu (μ) is a purely functional framework for building micro services. -
resolv
Domain Name Service (DNS) lookup via the libresolv standard library routines -
network-data
Network data structures in Haskell (IP, UDP, TCP headers, etc) -
windns
Domain Name Service (DNS) lookup via the Windows dnsapi standard library -
hatexmpp3
XMPP client with synthetic filesystem (9P) and (optional) graphical (GTK3) interfaces -
LDAPv3
Lightweight Directory Access Protocol V3 (LDAPv3) RFC4511 implementation -
hsendxmpp
sendxmpp clone and drop-in replacement, sending XMPP messages via CLI -
transient-universe-tls
Secure communications for transient-universe -
network-uri-lenses
lenses for http://hackage.haskell.org/package/network-uri -
network-simple-wss
Simple Haskell interface to TLS secured WebSockets -
google-oauth2-easy
📛 Easy Google Authentication integration - Authorization Code & Refresh Token
Access the most powerful time series database as a service
Do you think we are missing an alternative of iwlib or a related project?
README
About
iwlib is a thin wrapper over the iw C library, providing access to wireless card information in supported systems.
Bug Reports
To submit bug reports you can use the bug tracker over at Github.
Installation
Using cabal-install
iwlib is available from Hackage, and you can install it using
cabal-install
:
cabal install iwlib
From source
If you don't have cabal-install
installed, you can get iwlib's
source code in a variety of ways:
- From Hackage. Just download the latest release from xmobar's hackage page.
- From Github. You can also obtain a tarball in Github's downloads page. You'll find there links to each tagged release.
From the bleeding edge repo. If you prefer to live dangerously, just get the latest and greatest (and buggiest, I guess) using git:
git clone git://github.com/jaor/iwlib
If you have cabal installed, you can now use it from within its source tree:
cabal install
Otherwise, run the configure script:
runhaskell Setup.lhs configure
Now you can build the source:
runhaskell Setup.lhs build
runhaskell Setup.lhs install # possibly to be run as root
External dependencies
No other Haskell library is required, but you will need the iwlib C
library and headers in your system (e.g., install libiw-dev
in
Debian-based systems or wireless_tools
on Arch Linux).
Authors
This library is written and maintaned by Jose Antonio Ortega Ruiz.
Thanks
Many thanks to Leif Warner for suggesting the creation of this library and providing the initial hackage scaffolding.
License
This software is released under a BSD-style license. See LICENSE for more details.
Copyright © 2018 Jose Antonio Ortega Ruiz
*Note that all licence references and agreements mentioned in the iwlib README section above
are relevant to that project's source code only.