https://github.com/shadowsocks/ipset
A small C helper library for storing sets of IPv4 and IPv6 addresses
https://github.com/shadowsocks/ipset
Last synced: 5 months ago
JSON representation
A small C helper library for storing sets of IPv4 and IPv6 addresses
- Host: GitHub
- URL: https://github.com/shadowsocks/ipset
- Owner: shadowsocks
- License: bsd-3-clause
- Fork: true (janies/ipset)
- Created: 2017-01-18T01:53:33.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-06T09:54:39.000Z (over 6 years ago)
- Last Synced: 2024-12-08T01:01:36.589Z (6 months ago)
- Language: C
- Homepage:
- Size: 950 KB
- Stars: 21
- Watchers: 12
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
# ipset
[](https://travis-ci.org/redjack/ipset)
The ipset library provides C data types for storing sets of IP
addresses, and maps of IP addresses to integers. It supports both
IPv4 and IPv6 addresses. It's implemented using [Binary Decision
Diagrams](http://en.wikipedia.org/wiki/Binary_decision_diagram)
(BDDs), which (we hypothesize) makes it space efficient for large
sets.Please see the INSTALL file for installation instructions.