Skip to content
forked from 3ndG4me/socat

Mirror of the socat source code with pre-built releases for Linux (x64 and x86), Windows (x64 and x86), and MacOS (x64)

License

Notifications You must be signed in to change notification settings

dewijones92/socat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socat

Mirror of the socat source code with pre-built releases for Windows and Linux (x64 and x86)

Releases

Both x64 and x86 binaries for Linux and Windows can be downloaded from the "Releases" section of this repo. An x64 MacOS binary is available as well:

Build Instructions

Linux:

  1. Make sure gcc, make, and openssl are installed
  2. Clone or download the zip for this repo git clone https://github.com/3ndG4me/socat.git
  3. cd socat
  4. ./configure
  5. make
  6. A socat binary will be in the root of the socat repo
  7. Optional make install (will install socat into your path)

Windows:

  1. Install Cygwin with the following additional packages:
    • gcc-g++
    • gcc-core
    • cygwin32-gcc-g++
    • cygwin32-gcc-core
    • make
  2. Clone or download the zip for this repo git clone https://github.com/3ndG4me/socat.git
  3. cd socat
  4. ./configure
  5. make
  6. A socat.exe binary will be in the root of the socat repo
  7. Optional make install (will install socat into your path)

MacOS

  1. Be sure clang/gcc is installed along with make, and openssl
  2. Clone or download the zip for this repo git clone https://github.com/3ndG4me/socat.git
  3. cd socat
  4. ./configure
  5. make
    • NOTICE: For version 1.7.3.3 the xio-termios.c file had a function call on line 359 that passed the parameter speed as the type of speed_t. According the interface for this function, defined in the xio-termios.h header file, this paramter is supposed to be an unsigned int. This is a strange error that only occurs with the mac version during the intial build with make. It i simply patched by changing the speed_t type of the speed parameter to the unsigned int that the interface is expecting.
  6. A socat binary will be in the root of the socat repo
  7. Optional make install (will install socat into your path)

Notice:

I do not maintain the original project, please visit the link to the original maintainer below more information on how to report bugs and about the socat project in general:

Also checkout the original README below for more information:

About

Mirror of the socat source code with pre-built releases for Linux (x64 and x86), Windows (x64 and x86), and MacOS (x64)

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.0%
  • Shell 26.5%
  • M4 4.1%
  • Makefile 0.4%