Note on work version 2.0

-complete rewrite of interface

make dist
cmake ../ -DCMAKE_INSTALL_PREFIX=/tmp/etherlab_hrt  -DCMAKE_BUILD_TYPE=Debug -DVERBOSE=1
rm -rf canrestbus-0.99.0; tar -xjf canrestbus-0.99.0.tar.bz2; cd canrestbus-0.99.0; cmake . -DCMAKE_INSTALL_PREFIX=/vol/opt/etherlab_hrt  -DCMAKE_BUILD_TYPE=Debug; make install; cd ../
