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
When installed this plugin can be loaded using ioth_newstack
.
e.g.:
struct ioth *stack = ioth_newstack("picox","vde:///tmp/mysw");
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