M
M
malikan2015-08-15 12:46:28
JavaScript
malikan, 2015-08-15 12:46:28

What are the libraries for ip discovery on node js?

At the moment I'm studying nodejs, I decided to write a network administrator assistant utility for myself.
I understand that I am reinventing the wheel, the goal is to dig into it myself and gain new knowledge in the process.
The essence of the utility is as follows:

Suppose I have 2 IP addresses on interfaces on my machine from different subnets:
192.168.100.X and 200.164.1.X

I would like to get a complete list of currently online devices from each segment, their IP addresses, mac addresses , interfaces, etc. That is, solve a simple ip-discovery task.

What or ready-made solutions for node js exist?
Interested in node js because the goal is educational.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill, 2015-08-18
@malikan

npm usually has wrapper modules for all popular utilities, if I understand correctly, your task can be solved using nmap, for which there is a wrapper .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question