An SDK to connect to a Babble node in Python. Compatible with both Python 2 & 3.
pip install pybabblesdk
An example of how to use the SDK is given in the demo/sendmessage
directory.
To run this application, first change your working directory:
cd demo/sendmessage
Then you will need to run a test network with 4 Babble nodes:
make
Now you will need to build the Docker image and run the sendmessage
demo:
make demo