Skip to content

Hammurabi/P2P4J

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P4J

A peer to peer Java TCP socket communication library, to allow ease of creation for servers, distributed services, cryptocurrencies , and peer to peer chat systems.

Goals & Features

  • Completely customizable with callbacks for incoming connections, incoming messages, and disconnection events.
  • Customizable message classes with custom enum codes for easier integration into already established code.
  • DefaultFactories included for easy setup.

Getting Started

Please checkout the test package for information on how to setup a server and or node.