Get data from the broker
unknown
python
2 years ago
97 B
4
Indexable
print(f"Received message from `{msg.topic}` topic") received_data = msg.payload.decode()
Editor is loading...
print(f"Received message from `{msg.topic}` topic") received_data = msg.payload.decode()