I am trying to "control" another linux computer by sending commands via its sockets, for example, send a command ls to 123.222.12.1:5050. This is an example of what I'm interested in implementing
If we do not use the special code (sendsockcmd) as shown in the above weblink, are there other ways to do this in python?