Registry / networking / ppconsul

ppconsul

JSON →
library2022-02-15vcpkgunverified

A C++ client library for Consul, a distributed tool for discovering and configuring services.

vcpkg install ppconsul
INSTALL
IMPORT
SIG · PPCONSUL
P
ppconsul
networkingcppv2022-02-15
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.

ppconsul/ppconsul.h
✓ #include <ppconsul/ppconsul.h>

List all registered services from a Consul agent.

#include <ppconsul/ppconsul.h> #include <iostream> int main() { ppconsul::Consul consul("localhost", 8500); auto services = consul.services(); for (const auto& [name, info] : services) { std::cout << name << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-02-15latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

ppconsul — pip install ppconsul · libregistry