I needed a network map tool for my job... networkmap.js had a good design, so I used it.
But it's buggy as HELL !
I corrected bugs and added a lot of features...
You can now :
- Create networkmaps
- Use multiple networkmaps
- Do requests from your browser ( and the server when CORS is blocking the request )
- Request with HTTP, SNMP, use .rrd file.
- Use a password to prevent unwanted changes
- Zoom and move the map (buggy when editing)
- Upload and use images
- You need a webserver with PHP
- PHP-SNMP if you want to use the SNMP
Move all the files from the src folder to you webserver.
These folders must be writable :
- /img (to upload images)
- /map (to save maps)
- /oid_info (used to calculate bandwidth with SNMP)
Add your password in the config.php file :
<?php
$password = "YOUR_PASSWORD_HERE";
SVG set from : https://github.com/jb-stack/Dia-vrt-sheets