To run abd protocol, first move to the abd directory.
cd abd/Then compile the code.
makeThe config files and executable will be under directory /build.
To run block protocol, first move to the block directory.
cd block/Then compile the code.
makeThe config files and executable will be under directory /build.
Read
./abd_client read [key]
./block_client read [key]Write
./abd_client write [key] [value]
./block_client write [key] [value]