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

Weathermap network tool

A network weathermap to create a map of your network and request it built in PHP/Javasript.

screenshot

screenshot

  • Create and use 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";

Changelog May 2022 : Major debug + UI improvement




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

Original project : networkmap.js

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%