Erlang Unix Domain Socket (UDS)
Version: 1.0
Authors: Serge Aleynikov (saleyn at gmail dot com).
This application implements a UDS socket support in Erlang
It's designed to address the shortcomings of Erlang's network interface
modules that don't provide support for UDS sockets out of the box.
- Apply the following patch to the latest Erlang release:
https://github.com/saleyn/otp/compare/uds.patch
- Ensure you have a local installation of rebar.
- git clone https://github.com/saleyn/euds.git
- make
See https://github.com/saleyn/euds/blob/master/README.md
See the test cases in https://github.com/saleyn/euds/blob/master/src/gen_uds.erl
Generated by EDoc, Jan 29 2015, 21:52:14.