====== micro network manager ====== ''unet'' aims to become a very minimal network manager for systems with trivial network settings. ''unet'' is under the terms of GPLv3 as can be read in the [[http://git.opensde.net/users/amery/unet/tree/COPYING|COPYING]] file, and the current source code can be [[http://git.opensde.net/users/amery/unet/tree|browsed here]]. ''unet'' is supposed to be used with settings comming from the arguments given to `linux` when loaded so it parses /proc/cmdline and checks against /sys/class/net/$key. where it expects to find elements like: iface0=dhcp or iface0=ipaddr[/cidr][:gateway[:nameserver0[,nameserver1...]] ''unet'' also supports BOOTIF= from PXELINUX, discovering the related interface and using dhcp over it. for //dhcp// we currently use udhcpc as a runit service. ===== Releases ===== * {{:users:mnemoc:unet-0.1.tar.bz2|unet-0.1.tar.bz2}} //2008-11-04 08:53:24// * {{:users:mnemoc:unet-0.2.tar.bz2|unet-0.2.tar.bz2}} //2009-02-18 16:48:34//