What library to use to create a simple port scanner?
Posted
by
durje
on Stack Overflow
See other posts from Stack Overflow
or by durje
Published on 2013-11-12T09:42:03Z
Indexed on
2013/11/12
9:53 UTC
Read the original article
Hit count: 187
I need advise to create a simple port-scanner, who will need to detect if some specific devices are connected to the network from theire IP/MAC address.
I am working on windows 7 and can use preferably C++ Builder 2010 Embarcadero, or java or Qt.
The library have to be under a public domain or equivalent, as my software is a proprietary software.
What library would you advice? Do you know any free software that I could start from, or any examples?
What about using Indy Sockets or Synapse TCP/IP Librarys?
Thanks in advance.
© Stack Overflow or respective owner