-
Notifications
You must be signed in to change notification settings - Fork 2
dagrende/netmap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
create table node ( id INTEGER PRIMARY KEY AUTOINCREMENT, name varchar(256), host varchar(256), x number, y number ); create table rel ( srcNode integer, destNode integer, primary key (srcNode, destNode) );
About
displays a network graph over a map image, and pings the nodes to display their reachability and status
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published