Skip to content

guilherme29/redes_assign1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Communications class assignment.

A Server and a Chat client to communicate.

To test it:

compile it with javac run the server with a listening port as argument

  java ChatServer 4444

run the client with the server IP adress and the listening port

  java ChatClient 127.0.0.1 4444

This project is finished, at least for now. Our grade on this wasn't as good as I expected because there were some unexpected bugs. Those are still missing a corrections! For the most part, however, everything works as intended!

Made by Guilherme M and Solange P

About

First assignment of Network Communications class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages