uhppoted / node-red-contrib-uhppoted

Node-RED module wrapper for UHPPOTE Wiegand Access Controllers
MIT License
4 stars 2 forks source link

Replace 'ip' module with local implementation #26

Closed uhppoted closed 3 months ago

uhppoted commented 5 months ago

Remove external dependency on ip module since uhppoted-nodejs only uses the IPv4 encoding/decoding functionality:

twystd commented 3 months ago

Replaced ip.js functionality with local ipx.js and removed ip.js dependency.