descriptionTIPC module for Python
homepage URLhttp://blitiri.com.ar/p/pytipc
repository URLgit://blitiri.com.ar/pytipc
owneralbertito@blitiri.com.ar
last changeSun, 7 Sep 2008 02:01:48 +0000 (6 23:01 -0300)
last refreshMon, 7 Aug 2017 12:25:02 +0000 (7 14:25 +0200)
content tags
add:
readme
TIPC is a network protocol designed for use in clustered computer environments, allowing designers to create applications that can communicate quickly and reliably with other applications regardless of their location within the cluster.

This project provides a way to use TIPC inside Python using a socket-alike interface.

Hopefully, TIPC support will be incorporated into the Python socket module sometime in the future and this project will no longer be necessary; but until then, here it is.

shortlog
2008-09-07 Alberto BertogliNew release (and URL)master
2008-09-07 Alberto BertogliUse getsockname() in the examples
2008-09-07 Peter SabainiAdd binding for getsockname()
2008-09-07 Peter SabainiReturn bytes sent from send()
2008-03-15 Alberto BertogliInclude version in setup.py
2008-02-19 Alberto BertogliFree a buffer on an error path
2008-02-19 Alberto BertogliFix memory leaks
2008-01-12 Alberto BertogliFix some signed/unsigned conversion issues with PyArg_P...
2008-01-12 Alberto BertogliInitialize big integers to avoid corruption.
2007-12-18 Alberto BertogliRemove TIPC_ADDR_MCAST.
2007-12-17 Alberto BertogliAdd support for ADDR_MCAST and ADDR_ID.
2007-12-17 Alberto BertogliAdd two simple examples.
2007-12-17 Alberto BertogliAll TIPC struct's integers are unsigned, treat them...
2007-12-17 Alberto BertogliHandle the new address format in send_subscr().
2007-12-17 Alberto BertogliSupport different socket scopes.
2007-12-15 Alberto BertogliAdd a README file.
...
heads
15 years ago master