monky-2.1.0.0: A system state collecting library and application

PortabilityLinux
Stabilitytesting
Maintainerongy
Safe HaskellNone

Monky.Examples.Network

Description

 

Synopsis

Documentation

getNetworkHandles'Source

Arguments

:: Text

The string to use when the network is disconnected

-> [String]

The Network adapters to monitor

-> IO NetworkHandles' 

Actually get the network handle

getStaticHandleSource

Arguments

:: Text

The string to use when network is disconnected

-> String

Name of the network interface

-> IO NetworkStaticHandle 

Get a handle for a static network interface

getDynamicHandleSource

Arguments

:: Text

The string to use when network is disconnected

-> (String -> Bool)

The filter function for the dynamic handle

-> IO NetworkDynHandle 

Get a handle that will update with new or disappearing network interfaces

data NetworkDynHandle Source

Handle for dynamic network handling

data NetworkStaticHandle Source

HAndle for a staticly configured network interface