Top "Socat" questions

channels.

Null modem emulator (com0com) for linux

I have a project that contains some unitary tests used to test the serial communications using COM ports (in windows). …

linux macos serial-port socat com0com
How to make two-directional unix domain sockets with SOCK_DGRAM?

I am trying to write a simple Unix datagram server/client, and am having some problems. What I want is …

c network-programming datagram unix-socket socat
Combining SOCAT with SSH to have dynamic port forwarding through socks proxy

My issue is very simple, what I want to do is to connect to my ssh through socat, this means …

ssh socks socat
Running GUI apps on docker container with a MacBookPro host

I have been trying to follow the instructions on https://learning-continuous-deployment.github.io/docker/images/dockerfile/2015/04/22/docker-gui-osx/ about running GUI …

macos docker socat xquartz
using socat to multiplex incoming tcp connection

An external data provider makes a tcp connection to one of our servers. I would like to use socat to …

socat
socat: tunnel IP through TTY

Is it possible to get an bidirectional IP-tunnel over ttyS0-like serial (modem) devices with the socat utility? I tried …

linux serial-port ip tunnel socat
Using socat for raw serial connection

The goal is to connect to an embedded device using serial interface. So far, I've used: stty -F /dev/ttyS2 115200 …

linux bash serial-port socat
Socat not closing tcp connection

I use socat 1.7.3.1-r0 and run following command on an alpine 3.3 linux server: socat -d -d -d PTY,link=/dev/…

sockets tcp socat alpine
Emulate serial port

Is it possible to create a "virtual" serial device that sends data through a "virtual" serial port? I need to …

c++ serial-port arduino socat
USB Serial Port on Mac using socat

I have a piece of hardware that is connected over a Prolific Serial to USB cable and I need to …

macos serial-port usb tty socat