4 <div style="width: 220px; height: 270px; float: right; margin-left: 1em; margin-top: 1em">
5 <iframe width="220" height="270" style="border: none; outline: none" src="http://tools.flattr.net/widgets/thing.html?thing=1141778"></iframe>
21 **Pymin** is a router administration tool. It works under Linux_ and provide
22 a consistent simple way to administrate common and basic network services
23 provided for almost any router this days.
25 The *core* of **Pymin** is a server, which takes commands from users. The
26 protocol is so simple you can virtually talk to the server using Netcat_ as
27 it were a command console.
37 * IP / Routing, network devices and policy routing manipulation
50 There are no releases yet but the project is usable. You can get the code from
51 the Git_ repository__ (or a snapshot).
53 __ http://git.llucax.com.ar/w/software/pymin.git
57 Internal (developer) documentation
58 ==================================
60 We have some :doc:`example configuration files <config-examples>` for several
65 .. _linux: http://www.linux.org/
66 .. _netcat: http://netcat.sourceforge.net/
67 .. _git: http://git.or.cz/
70 .. vim: set et sw=3 sts=3 tw=78 :