Skip to content
/ nDPIex Public

NTOP nDPI Library example usage and FFI bindings for Lua, NodeJS ➰

License

Notifications You must be signed in to change notification settings

QXIP/nDPIex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nDPIex

nDPI example collection

Version Status
0.1 experimental

Installation

Compile latest nDPI from github:

cd ndpiex
git clone https://github.com/ntop/nDPI
cd nDPI
./configure -with-pic
make
cd ..

Compile stand-alone ndpiex:

make

Compile FFI binding ndpiexlib:

make lib

Usage

./ndpiex -f file.pcap

Lua FFI example

cd lua; ./run_lua

Node FFI example

cd nodejs; npm install && npm start

About

NTOP nDPI Library example usage and FFI bindings for Lua, NodeJS ➰

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published