We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Has anyone tried to use the nmap library in Processing? I am interested especially in ARP scan, for IP and MAC identification in local networks. I have seen there is a mention of this in Fry's and Reas' book: Processing - A Programming Handbook for Visual Designers and Artists
Answers
where is this library? do you mean this one? http://sourceforge.net/apps/mediawiki/nmap4j/index.php?title=Main_Page
usually these things are done by running external processes and then parse the output.(nmap is installed in all op.systems and you use it from the terminal/cmd)
Well, I want to do a network scan for connected devices - get IP and MAC addresses - and also some packet sniffing, so I am looking for ways to accomplish this.
Any tips?