Ports de socat pour Windows
Ici, quelques versions compilés (binaires) de ce formidable outil qu’est socat pour Windows
Site officiel
Cette page ne remplace en rien le site officiel de socat : http://www.dest-unreach.org/socat/.
Il n’est disponible ici que certaines versions pour Windows compilées par mes soins, il vous appartient normalement de la compiler vous même à partir des sources.
Je ne suis pas l’auteur de ce programme, tout le mérite revient à Gerhard Rieger.
Téléchargements
- socat 2.0.0 (beta 5) : socat-2.0.0-b5.zip
- socat 1.7.2.1 (stable) : socat-1.7.2.1.zip
Limitations
- Les canaux nommés Unix, sockets Unix, et autres spécificités Unix ne fonctionnent pas dans la version Windows
- IPv6 n’étant pas encore « nativement » supporté par Cygwin, pas de support IPv6
- …?
Compilation
…sous un environnement Cygwin
./configure make make install
Windows ports of Socat
Here, some compiled (binaries) versions of this wonderful tool that is Socat for Windows
Official website
This page doesn’t replace the official Socat’s website : http://www.dest-unreach.org/socat/.
There are here only some versions for Windows compiled by myself. Normaly, you must compile it yourself from sources.
I am not the author of this program, all credit goes to Gerhard Rieger.
Downloads
- socat 2.0.0 (beta 5) : socat-2.0.0-b5.zip
- socat 1.7.2.1 (stable) : socat-1.7.2.1.zip
Limitations
- Unix named pipe, Unix sockets, and others Unix specifics not work under Windows
- IPv6 is not yet « natively » supported by Cygwin, so no IPv6 support
- …?
Compilation
…under Cygwin environnement
./configure make make install
Ping : Remote MySQL Administration for 1and1: Windows « Franklin Strube – Web Developer
I sincerely appreciate your making and distributing the Windows port of socat.
c’est bon!
Thank you very much.
good work!
sctp not supported? There are some number of sctp providers for Windows: http://stackoverflow.com/questions/2153700/what-kind-of-sctp-support-is-there-on-various-windows-versions
It relies only on Cygwin ! I don’t know now, but I think SCTP is not by design in Cygwin.
Tres bon outil unix. Merci beaucoup pour la version standalone Windows.
Ping : Redirection de ports avec Socat – Sysblog
Thank you for the windows port. Due to the security issues in previous versions, any chance you can compile the latest 1.7.3.1?
Thanks,
Jo
Ping : Запуск GUI приложений в Docker – Dev-Ops-Notes.RU
How to install in Windows
1. Download and install Cygwin from https://www.cygwin.com
2. Install additional Cygwin packages:
– gcc-g++
– gcc-core
– cygwin32-gcc-g++
– cygwin32-gcc-core
– make
3. Download socat current version http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz
4. Open Cygwin prompt and chage to directory where downloaded socat
tar zxvf socat-1.7.3.2.tar.gz
cd socat-1.7.3.2
./configure
make
make install
Done!
Ping : Запуск GUI приложений в Docker – Dev-Ops-Notes.RU
Ping : Open a test TCP connection to a specified IP/Port - Programming Tutorial
Ping : Create a local SSH server (or proxy) for connection tunneling behind a proxy with authentication? - Programming Tutorial
Ping : uTorrent and PuTTY -> How to turn the connection into an active one? - Boot Panic
Ping : Create a local SSH server (or proxy) for connection tunneling behind a proxy with authentication? - Boot Panic