node-red-contrib-arp 0.0.2

This node provides the content of the ARP table

npm install node-red-contrib-arp

This node provides the content of the ARP table.
It returns the mapping of the network address (IP address) to a physical address (MAC address) of the devices which are connected to the same LAN.

Install

From your node-red directory:

npm install node-red-contrib-arp

or

in the Node-red, Manage palette, Install node-red-contrib-arp

Usage

This node provides the content of the ARP table.

The output msg.payload is an array of objects containing :

  • ip : the IP address of the device.
  • mac : the MAC address of the device.
  • iface : the network interface of the device.

It is possible to filter the results by MAC address :

  • in the node configuration, by providing MAC address (separated by commas if multiple).
  • in the input msg.payload.macs message string, by providing MAC address (separated by commas if multiple).

License

MIT License

Node Info

Version: 0.0.2
Updated 6 years, 10 months ago
License: MIT
Rating: 5.0 4

Actions

Rate:

Downloads

49 in the last week

Nodes

  • arp

Keywords

  • node-red
  • arp

Maintainers