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.

Download

Installation

  1. Apply the following patch to the latest Erlang release: https://github.com/saleyn/otp/compare/uds.patch
  2. Ensure you have a local installation of rebar.
  3. git clone https://github.com/saleyn/euds.git
  4. make

Example

  • 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.