Skip to content

A distributed factory pipeline control system communicating with UDP on DPDK, based on OpenFastPath

Notifications You must be signed in to change notification settings

Naplesoul/UDPDK-Factory-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDPDK-Factory-Controller

build dependencies

sudo apt-get install git libtool automake build-essential pkg-config

sudo apt-get install libssl-dev doxygen asciidoc valgrind libcunit1 libcunit1-doc libcunit1-dev libconfig-dev

build OpenDataPlane

git clone https://git.linaro.org/lng/odp.git
cd odp
git checkout v1.19.0.2
./bootstrap
./configure
make
sudo make install

build OpenFastPath

git clone https://github.com/OpenFastPath/ofp
cd ofp
./bootstrap
./configure --with-odp
make
make install

About

A distributed factory pipeline control system communicating with UDP on DPDK, based on OpenFastPath

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages