Skip to content

illjs/nnmill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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