Network diagram application
Go to file
Rob Pearce 0c71838cb6 - Added ability to control width of links
- Added ability to control style of links
- Added ability to control arrows on ends of links
- Created new example diagram and screenshots
2005-10-30 08:45:37 +00:00
CHANGELOG a 2005-10-29 14:38:43 +00:00
INSTALL - Added ability to control width of links 2005-10-30 08:45:37 +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 - Added ability to control width of links 2005-10-30 08:45:37 +00:00
constants.h - Added ability to control width of links 2005-10-30 08:45:37 +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 ability to control width of links 2005-10-30 08:45:37 +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 ability to control width of links 2005-10-30 08:45:37 +00:00
netmapr.c - Added ability to control width of links 2005-10-30 08:45:37 +00:00
netmapr.exe - Implemented "fill colour" command 2005-10-28 06:05:57 +00:00
netmapr.h - Added ability to control width of links 2005-10-30 08:45:37 +00:00
netmapr.jpg - Added ability to control width of links 2005-10-30 08:45:37 +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.