DORSETRIGS
Home

socat (5 post)


posts by category not found!

socat to simulate noisy serial line

Simulating Noisy Serial Lines with Socat A Practical Guide The Problem Debugging communication problems in embedded systems can be a nightmare Sometimes the iss

2 min read 04-10-2024 44
socat to simulate noisy serial line
socat to simulate noisy serial line

Virtual serial port - Windows

Understanding Virtual Serial Ports in Windows Introduction In the realm of computer communication the need for virtual serial ports has grown significantly espe

2 min read 16-09-2024 53
Virtual serial port - Windows
Virtual serial port - Windows

How do I redirect socat's stdin and stdout to its parent process which is a bash script?

Bidirectional Communication with socat in Bash Scripts A Deep Dive This article explores the challenge of setting up bidirectional communication between a Bash

2 min read 01-09-2024 40
How do I redirect socat's stdin and stdout to its parent process which is a bash script?
How do I redirect socat's stdin and stdout to its parent process which is a bash script?

Socat child processes not terminating after client disconnect

Socat Child Processes Why They Stick Around and How to Fix It Using socat to forward traffic is a common practice but sometimes the child processes it spawns re

2 min read 31-08-2024 46
Socat child processes not terminating after client disconnect
Socat child processes not terminating after client disconnect

How to mirror TCP connections in nginx free version

How to Mirror TCP Connections in NGINX Free Version Mirroring TCP connections can be a critical requirement for many applications that require high availability

2 min read 29-08-2024 40
How to mirror TCP connections in nginx free version
How to mirror TCP connections in nginx free version