Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 848 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 848 Bytes

libioth_picox

The picoxnet module for libioth

Compile and Install

Pre-requisites: libioth, picoxnet.

Libioth uses cmake. The standard building/installing procedure is:

mkdir build
cd build
cmake ..
make
sudo make install

An uninstaller is provided for your convenience. In the build directory run:

sudo make uninstall

Usage

When installed this plugin can be loaded using ioth_newstack. e.g.:

	struct ioth *stack = ioth_newstack("picox","vde:///tmp/mysw");

testing

All the examples in the test direcotry of libioth can be experimented using this plugin:

     ./iothtest_server picox vde:///tmp/sw
     ./iothtest_client picox vde:///tmp/sw