Registry / networking / vladimirshaleev-ipaddress

vladimirshaleev-ipaddress

JSON →
library1.2.1vcpkgunverified

A library for working and manipulating IPv4/IPv6 addresses and networks in modern C++.

vcpkg install vladimirshaleev-ipaddress
INSTALL
IMPORT
SIG · VLADIMIRSHALEEV-IP
V
vladimirshaleev-ipaddress
networkingcppv1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ipaddress/ipaddress.hpp
#include <ipaddress/ipaddress.hpp>

Parse and print an IPv4 address

#include <ipaddress/ipaddress.hpp> #include <iostream> int main() { auto addr = ipaddress::IPv4Address("192.168.1.1"); std::cout << addr.to_string() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources

No resource links recorded.

vladimirshaleev-ipaddress — pip install vladimirshaleev-ipaddress · libregistry