roscopecoltran / nng

nanomsg-NG work in progress (not ready for public use yet)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nng - nanomsg-NG

MIT License Linux Status Windows Status Coverage

This repository represents a work in progress rewrite of the SP protocol library called "libnanomsg". The work is being done by Garrett D’Amore, and at this juncture he is not yet soliciting implementation assistance; that said if you want to help with this project please file an issue with details about what you’d like to do, and you will be contacted.

Review and testing feedback are appreciated however; but please understand that the project is still quite preliminary.

This is a work in progress, and is not for suitable for product use or publication. When the library is ready for broader consumption, an announcement will be posted on the nanomsg mailing list and website.

If you are looking for the current production version of nanomsg, please see the https://github.com/nanomsg/nanomsg site.

If you want to build and test yourself, you need CMake version 3.1, and you can use standard CMake build recipes. On a Linux/UNIX system, you can for example do:

  $ mkdir build
  $ cmake ..
  $ make
  $ make test

The API is not yet stable, but if you want to explore using the newer API, pleaes have a look at the nng.h header file. A legacy compatible nng_compat.h header is available and offers API compatibility with legacy nanomsg.

  • Garrett D’Amore (Aug. 7, 2017)

About

nanomsg-NG work in progress (not ready for public use yet)

License:MIT License


Languages

Language:C 94.1%Language:CMake 3.4%Language:Objective-C 1.8%Language:Shell 0.5%Language:C++ 0.2%