network-info

Access the local computer's basic network configuration

http://github.com/jacobstanley/network-info

Version on this page:0.2.0.10@rev:1
LTS Haskell 22.14:0.2.1
Stackage Nightly 2024-03-28:0.2.1
Latest on Hackage:0.2.1

See all snapshots network-info appears in

BSD-3-Clause licensed by Jacob Stanley
Maintained by Jacob Stanley
This version can be pinned in stack with:network-info-0.2.0.10@sha256:cda87030e0e7adc56696006035fc322d5a6b8b0b41dd6d339ea630484de1711e,1717

Module documentation for 0.2.0.10

Depends on 1 package(full list with versions):
Used by 2 packages in nightly-2020-05-16(full list with versions):
network-info
=============

This library provides simple read-only access to the local computer's
networking configuration. It is currently capable of getting a list of
all the network interfaces and their respective IPv4, IPv6 and MAC
addresses.

Compatibility
--------------

network-info has been tested and is known to work on Ubuntu 10.10, Mac
OS X 10.6.4, FreeBSD 9.0 and Windows XP/7. It probably works on other
flavours of Linux, OS X, FreeBSD and Windows as well.

Changes

0.2.0.10 (2018-03-??)

  • Fixed a link error that manifested when the C compiler uses C99 by default (#17).