d92b1c6a78 | ||
---|---|---|
doc | ||
windows_files | ||
CHANGELOG | ||
INSTALL.txt | ||
Makefile.all | ||
Makefile.freebsd | ||
Makefile.linux | ||
Makefile.linux64 | ||
Makefile.windows | ||
README.md | ||
buttons.dat | ||
constants.h | ||
convert.c | ||
convert.h | ||
dist.sh | ||
example.map | ||
icon.bmp | ||
letters.dat | ||
netmapr-small.jpg | ||
netmapr.c | ||
netmapr.h | ||
netmapr.jpg | ||
objects.dat | ||
savepng.c | ||
savepng.h | ||
savepng.o | ||
verdana.ttf | ||
windist.sh |
README.md
Overview
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