Registry / messaging / nngpp
library1.3.0vcpkgunverified

C++ wrapper around the nanomsg NNG API.

vcpkg install nngpp
INSTALL
IMPORT
SIG · NNGPP
N
nngpp
messagingcppv1.3.0
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.

nngpp/nngpp.h
#include <nngpp/nngpp.h>

Create a NNG socket using nngpp.

#include "nngpp/nngpp.h" #include <iostream> int main() { // Example: create a socket auto sock = nng::socket{nng::protocol::pair0}; std::cout << "NNG socket created\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources

No resource links recorded.

nngpp — pip install nngpp · libregistry