xref: /mOS-networking-stack/README.md (revision 91df013f)
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
24## Acknowledgment
25This project is supported by ICT Research and Development Program of MSIP/IITP,
26Korea, under Grant B0101-16-1368, [Development of an NFV-inspired networked
27switch and an operating system for multi-middlebox services].
28