Skip to content

This node provides the content of the ARP table, ONLY on Raspberry Pi

License

Notifications You must be signed in to change notification settings

Cyberbeni/node-red-contrib-cb-arp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-cb-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.

Prerequisites

  • Node.js v16 or later

Install

From your node-red directory:

npm install node-red-contrib-cb-arp

or

in the Node-red, Manage palette, Install node-red-contrib-cb-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 IP address :

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

License

MIT License

About

This node provides the content of the ARP table, ONLY on Raspberry Pi

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 61.2%
  • HTML 38.8%