X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=mqtt-client.py;h=8a053d0d2de6dd6c26d6b79ecd35af4e0f9f3829;hb=049dc4e7874fe73c600469542e5826a188dbc03d;hp=59eff287ec1018a55f77bf93cb8c014e56116492;hpb=c049e62c874efcae34bbce9e01d4b9829217b0b1;p=remote-debug.git diff --git a/mqtt-client.py b/mqtt-client.py index 59eff28..8a053d0 100644 --- a/mqtt-client.py +++ b/mqtt-client.py @@ -23,7 +23,7 @@ if __name__ == '__main__': if msg.topic == id + '-response': port = msg.payload print 'port is', str(port) - print 'run ssh user@autossh.suanzi.ai -p ' + str(port) + ' to connect to ' + id + ' device' + print 'run ssh debug@autossh.suanzi.ai -p ' + str(port) + ' to connect to ' + id + ' device' client = mqtt.Client() client.on_connect = on_connect