Network diagram application
Go to file
Rob Pearce d92b1c6a78 Fixed spelling, removed old readme 2021-06-03 12:11:37 +10:00
doc - Added search feature ('/' and 'n' keys) 2006-01-17 03:27:15 +00:00
windows_files - Upgraded to new libpng for Windows 2009-09-28 02:49:39 +00:00
CHANGELOG Modified readme file to include windows environment variable 2010-07-21 22:33:25 +00:00
INSTALL.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
Makefile.all Added missing source file 2009-07-28 01:35:49 +00:00
Makefile.freebsd - Fixed memory leaks 2006-02-03 04:56:08 +00:00
Makefile.linux Modified readme file to include windows environment variable 2010-07-21 22:33:25 +00:00
Makefile.linux64 Added linux makeifle without optimisation. 2009-11-22 19:33:33 +00:00
Makefile.windows - Upgraded to new libpng for Windows 2009-09-28 02:49:39 +00:00
README.md adding readme 2021-06-03 12:11:03 +10:00
buttons.dat - Now always showing grid 2005-11-18 08:57:26 +00:00
constants.h Modified readme file to include windows environment variable 2010-07-21 22:33:25 +00:00
convert.c - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
convert.h - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
dist.sh - Upgraded to new libpng for Windows 2009-09-28 02:49:39 +00:00
example.map - Now always showing grid 2005-11-18 08:57:26 +00:00
icon.bmp - Redrew icon 2005-11-05 03:22:50 +00:00
letters.dat Initial revision 2005-10-25 06:35:55 +00:00
netmapr-small.jpg - Added search feature ('/' and 'n' keys) 2006-01-17 03:27:15 +00:00
netmapr.c Modified readme file to include windows environment variable 2010-07-21 22:33:25 +00:00
netmapr.h Fixed linkat bug 2009-07-28 01:39:15 +00:00
netmapr.jpg - Added search feature ('/' and 'n' keys) 2006-01-17 03:27:15 +00:00
objects.dat Modified readme file to include windows environment variable 2010-07-21 22:33:25 +00:00
savepng.c Added missing source file 2009-07-28 01:35:49 +00:00
savepng.h Added missing source file 2009-07-28 01:35:49 +00:00
savepng.o Added missing source file 2009-07-28 01:35:49 +00:00
verdana.ttf fixed up verdana file 2006-04-07 13:53:41 +00:00
windist.sh - Added search feature ('/' and 'n' keys) 2006-01-17 03:27:15 +00:00

README.md

Overview

logo usage

I spent ages looking for a decent X based network diagramming tool without huge numbers of dependancies and came up with nothing.... so I wrote netmapr. It's a basic network diagramming program with NetViz-style drill-down capabilities and is designed to be able to quickly create useful network diagrams.

Requirements

  • SDL-1.2 (included in win32 package)
  • SDL_ttf (included in win32 package)
  • libpng (included in win32 package)
  • X (obviously only if running on a unix platform)

Documentation

  • Quick Start Guide - Tutorial explaining the various features of netmapr and guiding the user through creating a simple diagram from scratch.
  • Command Reference - Full list of netmapr keyboard and mouse commands.

Notes

On windows sytems, you need to set an environment variable to tell netmapr where to find its data files. If you don't do this, you will not be able to open netmapr diagrams directly.

The variable required is:

Name: NETMAPRDIR Value: C:\path\to\netmapr\directoy