1[](https://travis-ci.org/ndsl-kaist/mOS-networking-stack) 2[](https://scan.coverity.com/projects/mos-networking-stack) 3 4# mOS-networking-stack 5 6mOS networking stack provides a high performance user-space programming library 7specifically targeted for building software-based stateful monitoring solutions. 8Our API offers powerful event-based abstractions that can potentially simplify the 9codebase of future middleboxes that are developed on our stack. 10 11We suggest you to browse through our example (```samples/```) programs to 12see how stateful middleboxes can be built using the mOS networking API. 13 14To download our source, type: 15 16``` 17# git clone https://github.com/ndsl-kaist/mOS-networking-stack.git 18``` 19 20Pull requests and bug fixes are welcomed! 21 22## Documentation 23Please visit http://mos.kaist.edu/ for more instructions. 24 25## Acknowledgment 26This project is supported by ICT Research and Development Program of MSIP/IITP, 27Korea, under Grant B0101-16-1368, [Development of an NFV-inspired networked 28switch and an operating system for multi-middlebox services]. 29