netedit
NetEdit is planned to become a 3 tier multi-user application to manage computer networks:
- NetEdit Client: the user client views the network topology as a set maps, reports network status information, manages users and groups and the delegation of management tasks, contains a comfortable SNMP MIB browser and all of this with concurrent access of multiple users.
- NetEdit Daemon: mediates between the DBMS and the other NetEdit clients and daemons
- PostgreSQL DBMS: stores the network topology, views, users and network events
It comes with its own SNMP protocol implementation and uses libsmi to parse SNMP MIBs.
This is currently a low priority project and far away from being completed.
Sources are available via Subversion:
svn checkout https://svn.mark13.org/netedit/trunk netedit
(Browse online)