summaryrefslogtreecommitdiff
path: root/README.adoc
blob: 62cdcd711ffb6b55e2030c740a03f01806e7e5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
nng - nanomsg-NG
================

image:https://img.shields.io/badge/license-MIT-blue.svg[MIT License]
image:https://img.shields.io/travis/nanomsg/nng/master.svg?label=linux[Linux Status,link="https://travis-ci.org/nanomsg/nng"]
image:https://img.shields.io/appveyor/ci/nanomsg/nng/master.svg?label=windows[Windows Status,link="https://ci.appveyor.com/project/nanomsg/nng"]


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* soliciting implementation assistance.
Review and testing feedback is appreciated however.

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.

	- Garrett D'Amore (Jan. 21, 2016)