#
socat
Here are 53 public repositories matching this topic...
How to backdoor Diffie-Hellman
-
Updated
Aug 20, 2016 - Python
memcached server built on bash + socat
-
Updated
Jan 10, 2020 - Ruby
-
Updated
Apr 18, 2018 - JavaScript
Headless Android x86 emulator ready for automated instrumentation testing.
-
Updated
Apr 14, 2018 - Shell
Run socat command in alpine container
-
Updated
Nov 5, 2019 - Shell
Home Assistant with socat for remote zwave
-
Updated
Sep 29, 2019 - Shell
ssh with tty (serial port) forwarding
-
Updated
Mar 30, 2019 - Shell
If you have no apache, nginx etc, but you need a web server
-
Updated
Mar 9, 2017 - Perl
Variety of kubectl krew tools usually security focused
-
Updated
Jan 19, 2020 - Shell
A socat service to whitelist network connections
-
Updated
Mar 12, 2018 - Python
expose a tcp socket for accessing docker API on macOS
-
Updated
Apr 23, 2017 - Makefile
"COM"-Style Serial Port server with socat
-
Updated
Aug 5, 2017 - Shell
Root repo for monitoring cluster of raspberry pi.
-
Updated
Feb 17, 2018
Serial - TCP
linux
multi-platform
qt
tcp
network
serial-ports
tcp-server
socat
remote-access
serial-port
serial-communication
-
Updated
Apr 13, 2019 - C++
-
Updated
Sep 18, 2017
A set of scripts to provide a stub terminal based on reverse connection using socat.
-
Updated
Dec 10, 2019 - Shell
Remote Programming of Atmel ARM with BOSSAc
-
Updated
Jul 31, 2017 - Shell
A clone of the git repository at git://repo.or.cz/socat.git: ported to msys2
-
Updated
Feb 29, 2016 - C
Improve this page
Add a description, image, and links to the socat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the socat topic, visit your repo's landing page and select "manage topics."
In order to connect to a websocket service inside a pod in a minikube setup, I need to address the Kubernetes remote API which then demands a client certificate (
~/.minikube/client.crtand~/.minikube/client.key). I also have the server's CA (~/.minikube/ca.crt).curlallows to use these certs with the--cert,--key, and--cacertoptions.Does
websocatalso support specifyin