Implemented the (not yet fully working) communication class. Added error handling to move.py and fixed the node list in planettest.py.

This commit is contained in:
d3rped 2018-03-22 02:14:44 +01:00
parent 7cff115075
commit f023393113
5 changed files with 161 additions and 31 deletions

View file

@ -19,10 +19,6 @@ def run():
clean_session=False,
protocol=mqtt.MQTTv31)
# the execution of all code shall be started from within this function
# ADD YOUR OWN IMPLEMENTATION HEREAFTER
print("Hello World!")
# DO NOT EDIT
if __name__ == '__main__':