lina/net.md
2013-09-10 14:55:52 -07:00

627 B

<- widgets

Monitors network interfaces and shows current traffic in a textbox.

mynet = lain.widgets.net()

input table

Variable Meaning Type Default
timeout Refresh timeout seconds int 2
iface Network device string autodetected
units Units int 1024 (kilobytes)
settings User settings function empty function

Possible other values for units are 1 (byte) or multiple of 1024: 1024^2 (mb), 1024^3 (gb), ... .

settings can use the following iface strings: carrier, state, sent, received.