PSYC
From Free net encyclopedia
PSYC (Protocol for SYnchronous Conferencing) is a flexible text-based protocol for delivery of data to a flexible amount of recipients or people, by unicast or multicast. It is primarily used for chat conferencing, multicasting presence, friendcasting, newscasting and plain instant messaging, but not limited to that. Existing systems can easily use PSYC, since PSYC hides its complexity from them. For example if an application wants to send data to one person or a group of people, it just needs to drop a few lines of text into a TCP connection or signed UDP packet to a static address. In other words: trivial.
The PSYC network resembles more the Web rather than IRC, which it once was inspired by. Each administrator of a machine on the Internet can install a PSYC server which has equal rights in the worldwide network. No hierarchies and no boundaries. The administrator then has the right to decide which rooms or people to host, without interfering with other PSYC servers. Should an administrator behave incorrectly towards her users, they will simply move on to a different server. Thus, administrators must behave to be a popular PSYC host for their friends and social network.
PSYC theory and protocol was first written down in 1995. For reasons of perfectionism, version 1.0 of the protocol definition and appropriately stable software implementation, suitable for worldwide deployment, are still taking time to be released. However both software and protocol have been in productive use ever since 1997. Especially in recent years PSYC has become a very useful tool, solving problems other technologies are facing by taking new approaches.
The reference implementation of PSYC is called PSYC MUVE and also implements the Jabber and IRC protocols for better integration into existing communication infrastructures. So even if you're not interested in a new protocol, you can use it as a more advanced IRC and Jabber server rolled into one.