uhppoted / uhppoted-nodejs

NodeJS module wrapper for the interface to UHPPOTE TCP/IP Wiegand Access Controllers
MIT License
9 stars 1 forks source link

Replace 'ip' module #14

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 functions with local equivalents, removed ip.js from dependencies and updated documentation