Uses multi-threading to handle multiple clients simultaneously. Listens for incoming connections and prints out client messages. Cleanly disconnects clients when the "Disconnect" message is received.
Establish a connection between a real ABB robot (or RobotStudio simulation) and a custom (python) node through socket communication. A RAPID module is used to create a server, while the user node (e.g ...