channels.
I can use socat for the port forwarding like this: socat TCP4-LISTEN:8080 TCP4:123.456.789.12:80 In this case, it works perfectly: …
https forwarding socatI am trying to understand tcp connections between a browser and a web server. I have a web server running …
tcp webserver socatI am writing a JUnit test to test my application. The application is written in Java and uses the purejavacomm …
linux unix socatI would like to know how can I install Socat on my Mac (lion) ? I tried to find an How …
macos socatI have an embedded linux application with a simple interactive command line interface. I'd like to access the command line …
linux netcat socatI require to be able to multiplex tcp connections to a single virtual tty for testing software that communicates over …
sockets tcp serial-port listener socatThis comand (serial port redirector) accepts a single connection on TCP:11313 : socat PTY,link=/dev/ttyV1,echo=0,raw,unlink-close=0 TCP-LISTEN:11313,…
linux socatI'm using socat to create a couple virtual serial ports. One I connect to with a simple C program (using …
virtual-serial-port socat