NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection management, retries, and other common considerations, so that they can focus on the application instead of the plumbing. NNG is implemented in C, requiring only C99 and CMake to build. It can be built as a shared or a static library, and is readily embeddable. It is also designed to be easy to port to new platforms if your platform is not already supported.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | nng-1.4.0nb1.tgz |
NetBSD 10.0 | aarch64 | nng-1.4.0nb1.tgz |
NetBSD 10.0 | earmv6hf | nng-1.4.0nb1.tgz |
NetBSD 10.0 | earmv6hf | nng-1.4.0nb1.tgz |
NetBSD 10.0 | earmv6hf | nng-1.4.0nb1.tgz |
NetBSD 10.0 | earmv7hf | nng-1.4.0nb1.tgz |
NetBSD 10.0 | earmv7hf | nng-1.4.0nb1.tgz |
NetBSD 10.0 | earmv7hf | nng-1.4.0nb1.tgz |
NetBSD 10.0 | i386 | nng-1.4.0nb1.tgz |
NetBSD 10.0 | i386 | nng-1.4.0nb1.tgz |
NetBSD 10.0 | powerpc | nng-1.4.0nb1.tgz |
NetBSD 10.0 | powerpc | nng-1.4.0nb1.tgz |
NetBSD 10.0 | powerpc | nng-1.4.0nb1.tgz |
NetBSD 10.0 | sparc64 | nng-1.4.0nb1.tgz |
NetBSD 10.0 | sparc64 | nng-1.4.0nb1.tgz |
NetBSD 10.0 | x86_64 | nng-1.4.0nb1.tgz |
NetBSD 10.0 | x86_64 | nng-1.4.0nb1.tgz |
NetBSD 9.0 | earmv6hf | nng-1.4.0nb1.tgz |
NetBSD 9.0 | earmv6hf | nng-1.4.0nb1.tgz |
NetBSD 9.0 | earmv6hf | nng-1.4.0nb1.tgz |
NetBSD 9.0 | earmv7hf | nng-1.4.0nb1.tgz |
NetBSD 9.0 | earmv7hf | nng-1.4.0nb1.tgz |
NetBSD 9.0 | earmv7hf | nng-1.4.0nb1.tgz |
NetBSD 9.0 | i386 | nng-1.4.0nb1.tgz |
NetBSD 9.0 | i386 | nng-1.4.0nb1.tgz |
NetBSD 9.0 | powerpc | nng-1.4.0nb1.tgz |
NetBSD 9.0 | powerpc | nng-1.4.0nb1.tgz |
NetBSD 9.0 | powerpc | nng-1.4.0nb1.tgz |
NetBSD 9.0 | x86_64 | nng-1.4.0nb1.tgz |
NetBSD 9.0 | x86_64 | nng-1.4.0nb1.tgz |
NetBSD 9.3 | x86_64 | nng-1.4.0nb1.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.