
VisualNetkit
Source (link to git-repo or to original if based on someone elses unmodified work):
VisualNetkit has a plugin architecture that allows to selectively enable functionalities and/or services on network elements (virtual machines, collision domains, links/interfaces) according to the user needs.
At present, VisualNetkit is only able to open labs that have been configured with the same tool; the ability to import existing Netkit labs is currently under development.
At present this work only under Linux and need Qt >= 4.4
If you want more infos, please read the Wiki pages: http://code.google.com/p/visual-netkit/w/list
1.4
---
* [Added] plugin Quagga-core (zebra daemon)
* [Added] plugin Quagga-bgp (bgp daemon)
* [Added] plugin Quagga-rip (rip daemon)
* [Added] some Tab editor improvements
* [Added] file editor changes watcher (watch if the file content is changed by an external application)
* [Fixed] startup files content sequence error. Now the ethernet setup appear as first inside startup files
* [Fixed] plugin dependencies bug when these are showed to be selected
* [Added] plugin dependencies auto-select: when a plugin is selected, all its dependencies are selected (if a dependence is not found, an alert message is showed as warning)
* [Added] an experimental and simple file system manager to manage all files inside the lab (add new file/folder, delete file/folder, rename, edit all files, etc...)
1.1:
----
* [Added] areas Z-value and move to Top/Bottom actions on context menu
* [Changed] plugin interface, now plugins can have hierarchy properties
structure and these can be added and removed according to XML
plugin config file
* [Fixed] more than 5 minor bugs
1.0:
----
* [Fixed] bug #3 ~ http://code.google.com/p/visual-netkit/issues/detail?id=3
* [Added] a checkbox on lab tree to exclude files from save action
* [Added] areas with text, resize and background color customable
* [Fixed] links selection problems; now the selection is more precise
* [Fixed] crash when property dock contain stuff of a base element nearly deleted
* [Added] an experimental Zebra plugin
* [Fixed] bug #4 ~ http://code.google.com/p/visual-netkit/issues/detail?id=4
* [Fixed] more than 10 minor bugs
1.0beta:
--------
* Initial release.
Ratings & Comments
2 Comments
I have compiled the source code using MSVC 2005, I will post the source code and execubale shortly. My question is : to improve or add functionality I need the complete documentation about the product in mind when you wrote this code; and descriptions of each function in the source code. - What you can do with the compiled source code is : run it - exe is in bin; or compile it on your machine to get a new exe. ( check your bin for the exe file). The source code is complied on VISTA. You get some warning about GUI duplicate file or code - just ignore it.
Nice! But have you compiled the plugins under Windows too? I had some troubles in the past..