/Chia_WebSocket_MQTT

a test ground for me to learn the chai api, reporting it to an MQTT server

Primary LanguagePython

Chia_WebSocket_MQTT

This is test area for me to learn github and practice with my chia-api-> MQTT server. I'm not sure this is going to be helpfull right now to others.

git clone https://github.com/baerrs/Chia_WebSocket_MQTT.git
cd Chia_WebSocket_MQTT
chmod +x install.sh
./install.sh

. ./activate
python main.py

I want to get the wallet balacne. When running this program, if i start Chia's GUI the get_wallet_balance message is brodcasted and I can send read the data and pbulish to the MQTT servetr. I inishually thought i had to send the request via websockts, but the more I'm reading its a subscirbe/publish websocket broker. I need to understand how this is being done so I can implement it.