maccatcher-2.0.0: Obtain the host MAC address on *NIX and Windows.

System.Info.MAC

Description

Obtain a MAC address for the host system, on *NIX and Windows.

Synopsis

Documentation

refresh :: IO [MAC]Source

Explicitly re-run the MAC catching operation.

mac :: IO (Maybe MAC)Source

Fetch MAC address, using a cached value if it is available.

macs :: IO [MAC]Source

Fetch MAC addresses, using a cached value if it is available.