1# mOS-networking-stack 2 3mOS networking stack provides a high performance user-space programming library 4specifically targeted for building software-based stateful monitoring solutions. 5Our API offers powerful event-based abstractions that can potentially simplify the 6codebase of future middleboxes that are developed on our stack. 7 8We suggest you to browse through our example (```samples/```) programs to 9see how stateful middleboxes can be built using the mOS networking API. 10 11To download our source, type: 12 13``` 14# git clone https://github.com/ndsl-kaist/mOS-networking-stack.git 15``` 16 17## Documentation 18Please visit http://mos.kaist.edu/ for more instructions. 19