Update Ultimate Remote Operation

master
Elliott Liggett 2020-09-18 01:39:52 +00:00
rodzic 7e6dcb6090
commit e3e66ec499
1 zmienionych plików z 3 dodań i 1 usunięć

@ -24,7 +24,9 @@ Details to follow.
The socat utility can connect to a serial device and forward all traffic over a network interface. As a client program, socat can create a "fake" pseudo-terminal, which connects over TCP/IP to the server socat program. The pseudo-terminal created by socat appears to be a regular serial port, except that it will not be automatically discovered by most client programs. wfview preferences can be modified to point directly to the socat interface.
1. Run this command on the server:
`socat -d tcp-l:54321,reuseaddr,fork file:/dev/ttyUSB0,nonblock,waitlock=/tmp/riglock`
```
socat -d tcp-l:54321,reuseaddr,fork file:/dev/ttyUSB0,nonblock,waitlock=/tmp/riglock
```
2. On the client, run this command to connect over to the server (here, the server has address 10.0.0.130):
```