Add a README

Signed-off-by: Anoop C S <anoopcs@samba.org>
This commit is contained in:
Anoop C S 2021-04-27 19:04:57 +05:30
parent 4b0498d78c
commit 91b1cf8a81

33
README.md Normal file
View File

@ -0,0 +1,33 @@
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](https://gitlab.com/cwrap/socket_wrapper/-/blob/master/doc/socket_wrapper.1.adoc) of socket_wrapper for details.
Installation
------------
Instructions to build and install can be found in [README.install](https://gitlab.com/cwrap/socket_wrapper/-/blob/master/README.install) file.
Development
-----------
Contributions to socket_wrapper in the form of patches can be made via official
GitLab mirror as [merge requests](https://gitlab.com/cwrap/socket_wrapper/-/merge_requests). It is backed by CI/CD pipelines.
License
-------
BSD 3-Clause License.
Please visit [cwrap web page](https://cwrap.org/socket_wrapper.html) to find out more about socket_wrapper.