A library passing all socket communications through Unix sockets
Go to file
Troy Dawson 2cf151a423 Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
2024-10-29 09:14:36 -07:00
.gitignore Update to version 1.4.0 2023-01-19 08:20:32 +01:00
gating.yaml Remove rhel-9 2024-09-04 14:17:15 +00:00
README.md Add a README 2021-04-27 19:13:51 +05:30
socket_wrapper-fix-cmocka-1.1.6+-support.patch Fix building with cmocka >= 1.1.6 2023-02-23 15:42:41 +01:00
socket_wrapper.keyring Update to socket_wrapper-1.2.0 2018-11-13 15:01:30 +01:00
socket_wrapper.spec Bump release for October 2024 mass rebuild: 2024-10-29 09:14:36 -07:00
sources Update to version 1.4.0 2023-01-19 08:20:32 +01:00

socket_wrapper

It is a library passing all socket communications through unix sockets.

Features

socket_wrapper aims to help client/server software development teams willing to gain full functional test coverage. It makes possible to run several instances of the full software stack on the same machine and perform locally functional testing of complex network configurations.

  • Redirects all network communication to happen over unix sockets.
  • Support for IPv4 and IPv6 socket and addressing emulation.
  • Ablility to capture network traffic in pcap format.

Documentation

See manual page of socket_wrapper for details.

Installation

Instructions to build and install can be found in README.install file.

Development

Contributions to socket_wrapper in the form of patches can be made via official GitLab mirror as merge requests. It is backed by CI/CD pipelines.

License

BSD 3-Clause License.

Please visit cwrap web page to find out more about socket_wrapper.