Skip to content

Simple basic tcp hole punching between 2 clients and a mediator

Notifications You must be signed in to change notification settings

0xlny/tcpholepunching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCP Hole Punching example

This project contains 3 files for basic tcp hole punching between 2 client and a mediator

Steps:

  1. Compile ServerMediator, ClientA, and ClientB. (javac *.java)
  2. Run MediatorServer (java MediatorServer)
  3. Run ClientA (java ClientA)
  4. Run ClientB (java ClientB)

About

Simple basic tcp hole punching between 2 clients and a mediator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages