Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.37 KB

readme.markdown

File metadata and controls

52 lines (43 loc) · 1.37 KB

nnmill Build Status

libmill coroutines and fd events for nanomsg sockets

supported operating systems:

  • linux
  • osx (brew install autoconf libtool automake pkg-config)
  • iOS

makefile pulls down and builds libmill/nanomsg into a new opt prefix dir:

.
├── AUTHORS
├── example.c
├── Makefile
├── nnmill.c
├── nnmill.h
├── opt
│   ├── bin
│   ├── include
│   └── lib
├── readme.markdown
└── test
    ├── inproc.c
    ├── ipc.c
    └── tcp.c

clone and run

git clone https://github.com/reqshark/nnmill
cd nnmill
make

# compile/exec example.c
make run

test

make check

contributors

Bent CardanGitHub/reqsharkTwitter/@rekshark
Fatih KayaGitHub/fatihkyTwitter/@fatihky274
Martin SustrikGitHub/sustrikTwitter/@sustrik

MIT