Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmolik/nano-tutorial
- Owner: dmolik
- Created: 2014-10-22T23:33:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T14:34:46.000Z (about 10 years ago)
- Last Synced: 2024-04-20T00:29:18.172Z (7 months ago)
- Language: C
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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