You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: remote-access/README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# thin-edge.io remote access
2
2
3
-
To access a device remotely that runs thin edge, `remote_connect.py` can be used. After startup, it will connect to the Cumulocity cloud/edge instance. From that point on you can use the remote access tab in device management to access the device. In addition your can use a local proxy or connect any local port on the device.
3
+
To access a device remotely that runs thin edge, `remote_connect.py` can be used. After startup, it will connect to the Cumulocity cloud/edge instance. From that point on you can use the remote access tab in device management to access the device. In addition you can use a local proxy or connect any local port on the device. This plugin demos how operations can be carried out using MQTT only connection (omitting the build in operation handling of thinEdge.io)
4
4
5
5
## Requirements
6
6
7
7
- Working thin edge installation
8
8
9
-
- Python3 and pip3 installation (will not work on python2)
9
+
->=Python3.7 and pip3 installation (will not work on python2)
10
10
11
11
- The Cloud Remote Access Feature is assigned to your Tenant. If not ask your Administrator to get it assigned to your Tenant. Please note that the Version must be at least 1007.2.0+
12
12
@@ -23,10 +23,13 @@ To access a device remotely that runs thin edge, `remote_connect.py` can be used
0 commit comments