Date: Sat, 20 May 2006 01:22:31 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net-p2p Makefile ports/net-p2p/py-vertex Makefile distinfo pkg-descr pkg-plist Message-ID: <200605200122.k4K1MVId083780@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
itetcu 2006-05-20 01:22:31 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/py-vertex Makefile distinfo pkg-descr pkg-plist Log: 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) The Q2Q network has some decentralized features (there is no one server or company which can control all Q2Q addresses) and features of centralization (addresses beneath a particular domain are issued by a server for that domain; once issued, some activities require the server to be contacted again, while others do not). Vertex includes an identity server capable of hosting Q2Q addresses. WWW: http://divmod.org/trac/wiki/DivmodVertex PR: ports/97506 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: lawrance (mentor) Revision Changes Path 1.9 +1 -0 ports/net-p2p/Makefile 1.1 +28 -0 ports/net-p2p/py-vertex/Makefile (new) 1.1 +3 -0 ports/net-p2p/py-vertex/distinfo (new) 1.1 +18 -0 ports/net-p2p/py-vertex/pkg-descr (new) 1.1 +110 -0 ports/net-p2p/py-vertex/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605200122.k4K1MVId083780>