Skip to content

virtualsquare/ioth_picox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The picoxnet module for libioth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published