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
* Make socat state persist over reboots
* Update tool-comm-forwarder-frontend/src/assets/i18n/en.json
Co-authored-by: Rune Søe-Knudsen <[email protected]>
* Added a text when the server is stopped
---------
Co-authored-by: Rune Søe-Knudsen <[email protected]>
Copy file name to clipboardExpand all lines: tool-comm-forwarder-frontend/src/app/components/tool-comm-forwarder-application/tool-comm-forwarder-application.component.html
"supportiveText": "URCap to forward toool communication to the network",
6
+
"supportiveText": "URCap to forward tool communication to the network",
7
7
"description": {
8
8
"line1": "URCapX to support relaying the RS-485 communication device in a UR robot to a remote PC.",
9
9
"line2": "It starts a socat server to relay the tool communication device to the network socket on port 54321."
@@ -14,7 +14,8 @@
14
14
"start": "Start",
15
15
"stop": "Stop"
16
16
},
17
-
"server-running-text": "Socat server is running on port 54321 forwarding tool communication to the network."
17
+
"server-running-text": "Socat server is running on port 54321 forwarding tool communication to the network. This state is persisted and remains unchanged after a restart.",
18
+
"server-stopped-text": "Socat server not running. This state is persisted and remains unchanged after a restart."
0 commit comments