node-iptrie
node-iptrie copied to clipboard
Patricia trees for node, specifically for IPv4 and IPv6 addresses.
With downward compatibility. Used as aol/moloch wiseService needs it to become node14 compatible.
After running npm install iptrie with node 10.15.2 and npm 5.8.0 ../src/iptrie.cc:181:42: error: no matching function for call to ‘v8::Value::ToUint32()’ int prefix_len = args[1]->ToUint32()->Value(); I patched my local like so...
There doesn't seem to be a node js equivalent of Python's pickle. How would I create a large Trie, save it to a file, share the file and load it...
Add imports to fix compilation on FreeBSD
Node Version: v8.8.1 Operating System: FreeBSD 11.1-RELEASE-p1 ``` CXX(target) Release/obj.target/iptrie/src/iptrie.o ../src/iptrie.cc:87:25: error: field has incomplete type 'struct in6_addr' struct in6_addr addr6; ^ ../src/btrie.h:42:37: note: forward declaration of 'in6_addr' void add_route_ipv6(btrie...
http://strongloop.com/strongblog/node-js-v0-12-c-apis-breaking/
I'd love to use this library for anything else other than IP address. Any chance it's already possible?
Hello postwait! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...
Adding 10.80.116.0/25 followed by 10.0.0.0/8 fails with assert(bits_in_common