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:
parent
7cff115075
commit
f023393113
5 changed files with 161 additions and 31 deletions
|
@ -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__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue