Introduction¶
Zerynth SDK provides multiple protocols to interact with entities across networks.
Protocol are usied with a common syntax:
# Let's import mqtt
from protocols.mqtt import mqtt
Zerynth SDK provides multiple protocols to interact with entities across networks.
Protocol are usied with a common syntax:
# Let's import mqtt
from protocols.mqtt import mqtt