xref: /mOS-networking-stack/README.md (revision b451c18d)
1[![Build Status](https://travis-ci.org/ndsl-kaist/mOS-networking-stack.svg?branch=master)](https://travis-ci.org/ndsl-kaist/mOS-networking-stack)
2
3# mOS-networking-stack
4
5mOS networking stack provides a high performance user-space programming library
6specifically targeted for building software-based stateful monitoring solutions.
7Our API offers powerful event-based abstractions that can potentially simplify the
8codebase of future middleboxes that are developed on our stack.
9
10We suggest you to browse through our example (```samples/```) programs to
11see how stateful middleboxes can be built using the mOS networking API.
12
13To download our source, type:
14
15```
16# git clone https://github.com/ndsl-kaist/mOS-networking-stack.git
17```
18
19Pull requests and bug fixes are welcomed!
20
21## Documentation
22Please visit http://mos.kaist.edu/ for more instructions.
23