Creating a Network monitoring App

0
Hi All, Can you use tools such as NMAP to create a network monitoring app? Thanks
asked
3 answers
0

Are you looking to use NMAP within your app? Or looking to monitor your Mendix apps with NMAP?

answered
0

I am looking to use NMAP with my app

answered
0

You can create a java action which utilizes this library:

https://github.com/narkisr/nmap4j

Once you have the java action created you should be able to use NMAP in your Mendix app.

 

Regards

Simon

 

answered