A network visualization tool based on radial layout.
Use the following commands to setup your local copy.
$ git clone https://github.com/labepi/radialnet.git
$ cd radialnet/
$ git submodule update --init --recursiveNow you may start the application making it executable or with python command.
$ chmod +x radialnet.pyw
$ ./radialnet.pywIn order to use it, you may execute a Scan using Nmap as a backend tool (initially assumed to be on /usr/bin/nmap, but can be changed in config.cfg). You may also use it loading any Nmap XML output file (a sample is included in share/sample/nmap_example.xml).
$ ./radialnet.pyw share/sample/nmap_example.xml