Skip to content

A network weathermap written in Javascript and SVG with editing capabilities.

License

Notifications You must be signed in to change notification settings

seb1k/networkmap.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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...


screenshot

screenshot

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

Install :

  • 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)

Use a password

Add your password in the config.php file :

<?php

$password = "YOUR_PASSWORD_HERE";




SVG set from : https://github.com/jb-stack/Dia-vrt-sheets

About

A network weathermap written in Javascript and SVG with editing capabilities.

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 91.6%
  • CSS 4.7%
  • PHP 3.0%
  • HTML 0.7%