Skip to content

ianbandrade/chat-multicast-java-ianbandrade

 
 

Repository files navigation

Logo
About    |    Techs    |    Run    |    Commands    |    License

About

There is a simple Multicast Chat application

Techs

  • Java 1.8

Run

Clone the repository

# Clone Repository
$ git clone https://github.com/PUC-DISCIPLINAS/chat-multicast-java-ianbandrade.git

Run Server

# Go to folder
$ cd chat-multicast-java-ianbandrade/out/production/chat-multicast-java-ianbandrade

# Start the server
$ java Server

The console going to show the result

Run Client

# Go to folder
$ cd chat-multicast-java-ianbandrade/out/production/chat-multicast-java-ianbandrade

# Start the client
$ java Client

The console going to show the result

Commands

:list_rooms - list the created server rooms
:create_room - create a room
:join_room - join into a room (format example: '/224.0.0.0')
:exit_room - (just into a room), exit of a room
:list_members - (just into a room), list the online users in the room
:list_users - list online users on the server
:exit - exit of the program

License

This project is under the MIT license. See the file LICENSE for more details.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%