Skip to content
/ ptcpd Public

Plain Text Chat Protocol daemon

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

HectorAE/ptcpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell PTCP Server

The Plain Text Chat Protocol is defined as a TCP-based application layer protocol that provides group communication without overhead. Any data received by the PTCP server from a client is broadcast to all other connected clients unaltered. In this sense it is similar to the Echo Protocol, except that it is many-to-many instead of one-to-one. The standard port number for PTCP is port 7034.

ptcpd is an implementation of the server-side PTCP component in Haskell. It is currently in beta.

netcat is the recommended PTCP client.

About

Plain Text Chat Protocol daemon

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published