ASCIIFlow Infinity
21–30 of 58 posts
Re: ASCIIFlow Infinity
#22On similar lines, I very recently discovered the combination of emacs + Artist Mode + ditaa for creating diagrams, and the experience has been pretty good so far too.
Re: ASCIIFlow Infinity
#23First, I don't like the idea of being tied to a webservice for my map drawing tools. I would really like the source code so I can self-host. I looked around the new updated asciiflow website and didn't see any links to source so correct me if I'm wrong.
Second, and most importantly, as a senior sysadmin over the years I have seen hundreds of network maps, the vast majority of them being in visio due to it having market dominance, and there is a problem that neither visio or it's competitors has addressed, and that's automated network mapping with versioning so you can diff and walk back in time. It's the thing even the best automappers still don't do right because they tend to get the topology wrong (such as one of my favorite automappers like librenms's).
This is why one of the utilities I have been working on is a bash-script cobbling together nwdiag (http://blockdiag.com/en/nwdiag/index.html), a subset of the blockdiag, with nmap and (h/f)ping scanners as the generating input and cronified daily versionable text output with checksums, with bonus things like new kea-dhcp lease triggering rescan via the kea restful api.
I think the future of network maps needs to be both automated and text based to enable admins and executives the ability to fully visualize the network at any given state in time, with the ability to walk the cat back with confidence in the accuracy of the map you are looking at(I would like to integrate gpg as well).
It's not quite ready for release, (sitting in my github projects folder waiting for push), but I lazily named it anmap for automated-network-mapper.
So right now how I use it personally is I have an emacs-org mode file that is cronified to output daily latex pdf reports that calls the bash script and generates the output map which is then listed inside the rest of the org-mode systems report which does other stuff like give me go-no-go on system usage via stuff like lynis, rkhunter, ckrootkit, and ossec.
tldr - Basicallly the network map industry is extremely ripe for competition and all these web-based network mapping tools are still not addressing a core needs usecase for sysadmins.
Re: ASCIIFlow Infinity
#24Emacs has a built-in mode for doing this - picture-mode
Re: ASCIIFlow Infinity
#25I used to use asciiflow for some of my network sketching, and it can be enjoyable to play with. That said, I have been thinking about the subject of network maps for quite some time now as a senior sysadmin, and I no longer use it for a couple of reasons. First, I don't like the idea of being tied to a webservice for my map drawing tools. I would really like the source code so I can self-host. I looked around the new…
Re: ASCIIFlow Infinity
#26Re: ASCIIFlow Infinity
#27There's also Monodraw, ASCII drawing with a native MacOS GUI and more advanced tools. https://monodraw.helftone.com/
Re: ASCIIFlow Infinity
#28I used to use asciiflow for some of my network sketching, and it can be enjoyable to play with. That said, I have been thinking about the subject of network maps for quite some time now as a senior sysadmin, and I no longer use it for a couple of reasons. First, I don't like the idea of being tied to a webservice for my map drawing tools. I would really like the source code so I can self-host. I looked around the new…
I haven't tried it, but could it be this one? https://github.com/lewish/asciiflow2
Re: ASCIIFlow Infinity
#29Re: ASCIIFlow Infinity
#30There's also Monodraw, ASCII drawing with a native MacOS GUI and more advanced tools. https://monodraw.helftone.com/
Monodraw is incredible , and vastly more useful than ASCIIFlow just by dint of the fact that objects remain objects after drawn - you can drag them around and the graph remains intact.