Network diagram application
Go to file
Rob Pearce bdc798c0fa - Redrew router and firewall objects to be more Cisco-like.
- Corrected random crash when running under Windows
- Added more keyboard shortcuts
- Corrected bug in savemap() function, and added convert.c program to convert
old diagram files
- Increased maximum object dimensions
- Increased maximum number of maps
- Increased maximum number of vectors per object
- Object toolbox nows scrolls to show all objects (use q/w or ,/. keys)
- Can now use CTRL+LMB to create links/add points (for 2-button mice)
- Added export to BMP function when save filename ends with ".bmp"
- No longer need to avoid text when double clicking to drill down.
2005-10-25 06:45:19 +00:00
Makefile - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
Makefile.freebsd Initial revision 2005-10-25 06:35:55 +00:00
Makefile.linux Initial revision 2005-10-25 06:35:55 +00:00
Makefile.windows - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
README.txt Initial revision 2005-10-25 06:35:55 +00:00
buttons.dat Initial revision 2005-10-25 06:35:55 +00:00
constants.h - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +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 Initial revision 2005-10-25 06:35:55 +00:00
letters.dat Initial revision 2005-10-25 06:35:55 +00:00
netmapr.c - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
netmapr.h - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
objects.dat - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
todo.txt Initial revision 2005-10-25 06:35:55 +00:00

README.txt

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.