15 **Pymin** is a router administration tool. It works under Linux_ and provide
16 a consistent simple way to administrate common and basic network services
17 provided for almost any router this days.
19 The *core* of **Pymin** is a server, which takes commands from users. The
20 protocol is so simple you can virtually talk to the server using Netcat_ as
21 it were a command console.
31 * IP / Routing, network devices and policy routing manipulation
44 There are no releases yet but the project is usable. You can get the code from
45 the Git_ repository__ (or a snapshot).
47 __ https://git.llucax.com.ar/w/software/pymin.git
51 Internal (developer) documentation
52 ==================================
54 We have some :doc:`example configuration files <config-examples>` for several
59 .. _linux: http://www.linux.org/
60 .. _netcat: http://netcat.sourceforge.net/
61 .. _git: http://git.or.cz/
64 .. vim: set et sw=3 sts=3 tw=78 :