Top "Socat" questions

channels.

socat port forwarding for https

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 socat
How do I connect to a websocket manually, with netcat/socat/telnet?

I am trying to connect to the reference websocket echo server "manually", in order to learn how the protocol works (…

bash terminal websocket socat
Why is "fork" needed by socat when connecting to a web server?

I am trying to understand tcp connections between a browser and a web server. I have a web server running …

tcp webserver socat
socat two serial port together

I am writing a JUnit test to test my application. The application is written in Java and uses the purejavacomm …

linux unix socat
Recording messages received on a port with SOCAT

I have a server with an open port which receives between 50 and 1000 messages per second. By message I mean that …

linux bash tcp port socat
Install Socat on Mac

I would like to know how can I install Socat on my Mac (lion) ? I tried to find an How …

macos socat
Redirect process stdin and stdout to netcat

I have an embedded linux application with a simple interactive command line interface. I'd like to access the command line …

linux netcat socat
socat with a virtual tty link and fork removes my pty link

I require to be able to multiplex tcp connections to a single virtual tty for testing software that communicates over …

sockets tcp serial-port listener socat
Socat terminates after connection close

This 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 socat
Socat virtual serial port not recognized

I'm using socat to create a couple virtual serial ports. One I connect to with a simple C program (using …

virtual-serial-port socat