Network diagram application
Go to file
Rob Pearce acd62c5323 - Added readonly mode if argv[0] contains "view"
- Modified makefiles to include netmapr-viewer
- Fixed "make install" - now actually uses install(1)
- Replaced icon with better one
- Modified loadmap() function to better cope with future versions
- Bumped version to v0.99d
2005-10-29 14:23:10 +00:00
INSTALL - Renamed README.txt to README 2005-10-26 06:03:05 +00:00
Makefile - Added readonly mode if argv[0] contains "view" 2005-10-29 14:23:10 +00:00
Makefile.freebsd - Added readonly mode if argv[0] contains "view" 2005-10-29 14:23:10 +00:00
Makefile.linux - Added readonly mode if argv[0] contains "view" 2005-10-29 14:23:10 +00:00
Makefile.windows - Implemented "fill colour" command 2005-10-28 06:05:57 +00:00
README - Renamed README.txt to README 2005-10-26 06:03:05 +00:00
buttons.dat Initial revision 2005-10-25 06:35:55 +00:00
constants.h - Added readonly mode if argv[0] contains "view" 2005-10-29 14:23:10 +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 - Added new object - wireless router 2005-10-29 06:37:41 +00:00
example.map - Added more detail to example diagram, and updated screenshots. 2005-10-29 07:39:17 +00:00
icon.bmp - Added readonly mode if argv[0] contains "view" 2005-10-29 14:23:10 +00:00
letters.dat Initial revision 2005-10-25 06:35:55 +00:00
netmapr-small.jpg - Added more detail to example diagram, and updated screenshots. 2005-10-29 07:39:17 +00:00
netmapr.c - Added readonly mode if argv[0] contains "view" 2005-10-29 14:23:10 +00:00
netmapr.exe - Implemented "fill colour" command 2005-10-28 06:05:57 +00:00
netmapr.h - Added new object - wireless router 2005-10-29 06:37:41 +00:00
netmapr.jpg - Added more detail to example diagram, and updated screenshots. 2005-10-29 07:39:17 +00:00
objects.dat - Added new object - wireless router 2005-10-29 06:37:41 +00:00
verdana.ttf - Changed from dodgy homemade vector font to TTF font (verdana) 2005-10-27 04:46:38 +00:00

README

IMPORTANT:

Due to a bug in the versions 0.98 and below of netmapr, the map file
format has slightly changed.  To correct this, simply compile the "convert"
program (included in the distribution) then use:

./convert old_mapfile.map new_mapfile.map

to convert your old diagrams to the new format.

An option for XML diagrams is planned for future versions of netmapr  to
avoid future issues of this type.