Skip to content

kappall/Chatty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

connect from a VM or another device

By using

ServerSocket serverSocket = new ServerSocket(PORT,50,InetAddress.getByName("0.0.0.0"));

It can connect from other clients at the ip obtained from running ifconfig in the terminal and using the corresponding ip of en0 to connect using: telenet <IP ADDRESS> 8888. If you are using a VM to observe the realistic effects, as network adapter, you shouldn't use a NAS but a Bridged connection.

About

A Multi-Thread Chat application for self-learning purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages