./wip/py-divmod-vertex, An implementation of the Q2Q protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.0nb1, Package name: py25-divmod-vertex-0.2.0nb1, Maintainer: pkgsrc-wip-users

Vertex is an implementation of the Q2Q protocol (sort of like P2P, but one
better). There are a few moving parts in Vertex:

- PTCP: a protocol which is nearly identical to TCP, but which runs over UDP.
This lets Q2Q penetrate most NAT configurations.

- JUICE ([JU]ice [I]s [C]oncurrent [E]vents): a very simple but immensely
flexible protocol which forms the basis of the high-level aspects of Q2Q

- vertex: a command line tool which exposes a few features useful in many
situations (such as registration and authentication)


Required to run:
[security/py-OpenSSL] [wip/py-twisted] [wip/py-divmod-epsilon] [lang/python25]

Master sites:

SHA1: d3ce21bb46cf4381945536e5cef837eaa7ca1fcd
RMD160: 33bad1bb4f9f207203001a2654a312d1eb5dd3d2
Filesize: 82.016 KB

Version history: (Expand)


CVS history: (Expand)


   2010-07-25 15:40:09 by Greg Troxel | Files touched by this commit (4)
Log message:
Milos says he no longer has time to work on this, so reset MAINTAINER
as a hint that anyone who wants to improve these should feel free to
do so.
 
   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2009-03-28 22:09:57 by M. Negovanovic | Files touched by this commit (1)
Log message:
Fix deps.
   2008-05-22 17:38:46 by Tobias Nygren | Files touched by this commit (43)
Log message:
Mechanical sweep to sanitise PYTHON_VERSIONS_ACCEPTED.
Bulk build will be used to tune this further.
   2006-08-28 20:59:05 by M. Negovanovic | Files touched by this commit (1)
Log message:
Only works with python 2.4
   2006-08-28 13:45:22 by M. Negovanovic | Files touched by this commit (4) | Imported package
Log message:
An implementation of the Q2Q protocol.