Menu

Tree [32277a] master /
 History

HTTPS access


File Date Author Commit
 demo 2010-03-15 Jeff Rosenwald Jeff Rosenwald [434553] Add tipc_test demo
 tipcutils 2009-03-19 Jan Wielemaker Jan Wielemaker [e2edd5] CLEANUP: Removed all trailing whitespace from a...
 .gitignore 2010-12-15 Jan Wielemaker Jan Wielemaker [8598eb] Updated .gitignore
 Makefile.in 2010-02-21 Jan Wielemaker Jan Wielemaker [a219b0] Deleted DESTDIR= from all package Makefiles
 README 2009-01-29 Jan Wielemaker Jan Wielemaker [f4c224] ADDED: TIPC interface. Contributed by Jeff Ros...
 configure.in 2010-01-31 Jan Wielemaker Jan Wielemaker [86c14b] Share configure skeleton for tipc
 install-sh 2009-01-29 Jan Wielemaker Jan Wielemaker [f4c224] ADDED: TIPC interface. Contributed by Jeff Ros...
 pltotex.pl 2009-01-29 Jan Wielemaker Jan Wielemaker [f4c224] ADDED: TIPC interface. Contributed by Jeff Ros...
 tipc.c 2011-01-25 Jeff Rosenwald Jeff Rosenwald [32277a] Fix-ups to add support for TIPC Version 2
 tipc.doc 2010-01-15 Jeff Rosenwald Jeff Rosenwald [46a726] New library TIPC Linda
 tipc.pl 2011-01-25 Jeff Rosenwald Jeff Rosenwald [32277a] Fix-ups to add support for TIPC Version 2
 tipc_broadcast.pl 2010-11-21 Jeff Rosenwald Jeff Rosenwald [5a68f6] Fix-ups to confirm readiness of listener daemon
 tipc_linda.pl 2010-11-18 Jeff Rosenwald Jeff Rosenwald [374526] Fix-ups to provide a stand-alone server and imp...
 tipc_overview.txt 2009-03-13 Jan Wielemaker Jan Wielemaker [8f8fe6] Somehomw tipc_overview.txt was renamed to tipc_...
 tipc_paxos.pl 2010-01-15 Jeff Rosenwald Jeff Rosenwald [1fe57f] Fixups to remove deprecated export directive

Read Me

---+ Transparent Inter-Process Communications (TIPC) Sockets.

TIPC  provides  a  framework  for  inter-process  communication  between
federations of trusted peers that are  cooperating   as  a  unit. It was
developed by Ericsson AB,  as  a   means  to  provide for communications
between Common Control Systems processes and   Network  Element peers in
telephone switching systems, sometimes  operating   at  arm's  length on
different line cards or mainframes. Delegation of responsibility in this
way is one of the fundamental precepts of the Erlang programming system,
also developed at Ericsson. TIPC represents   a more generalized version
of the same behavioral design pattern. 

This document was produced using PlDoc, with sources found in tipc.pl
and tipc_overview.txt.

@author: Jeffrey Rosenwald (JeffRose@acm.org)
@license: LGPL
@compat: Linux only