Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmolik/nano-tutorial

a brief foray into nanomsg and epolling
https://github.com/dmolik/nano-tutorial

Last synced: about 14 hours ago
JSON representation

a brief foray into nanomsg and epolling

Awesome Lists containing this project

README

        

#Nanomsg Tutorials

I'm just messing around with the nanomsg lib. Mostly a learning experiance.
feel free to check in once in a while.

##Usage

To build the bus tutorial:

```
make bus
```

To run the bus tutorial:

```
make run
````

To do both:

```
make
```

Yep, it's that easy. Unless you, haven't installed nanomsg, or a Compiler, or make, or Linux...
Yea nevermind.

##Referances

* http://nanomsg.org/documentation.html
* http://tim.dysinger.net/posts/2013-09-16-getting-started-with-nanomsg.html
* https://banu.com/blog/2/how-to-use-epoll-a-complete-example-in-c/epoll-example.c
* man epoll
* man strftime