1.3.2 • Published 3 years ago

node-red-node-asn v1.3.2

Weekly downloads
-
License
apache-2.0
Repository
github
Last release
3 years ago

node-red-node-asn

Node-RED nodes to help users get ASN information when they enter IP address. Address needs to be an IPv4 or IPv6 format.

Example

The node expects input and output from msg.payload by default,
but if you want to specify another path you can specify it in the Input/Output field.

Input:
'2001:43f8:7b0::'
Output:
{'asn': '37578',
 'asn_cidr': '2001:43f8:7b0::/48',
 'asn_country_code': 'KE',
 'asn_date': '2013-03-22',
 'asn_description': 'Tespok, KE',
 'asn_registry': 'afrinic'}

Installation

npm i node-red-node-asn

Website

https://www.dtonomy.com/

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago