Skip to content

hymeck/GroupChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group Chat

How to run demo

Prerequisites

  1. Clone project.

    git clone https://github.com/Hymeck/GroupChat

  2. Build solution. (Builded stuff will be placed in release folder.)

dotnet publish -c Release -o release src/GroupChat.sln

  1. Go to release folder.

cd release

  1. Run.

dotnet Client.Console.dll [username] [command] [<options>]

username - username will be used to display in message.

command - create or join used to create a group or to join a group.

options - options used to configure command. To find out more, run demo without any arguments (see example below).

dotnet Client.Console.dll - prints help.

Run Example

  • In creating case, command line arguments look like this:

hymeck create hym 224.0.0.0

Full command:

dotnet Client.Console.dll hymeck create hym 224.0.0.0

  • In joining case, command line arguments are specified below:

hymeck2 join hym

Full command:

dotnet Client.Console.dll hymeck2 join hym

Creating example Create group example

Joining example Join group example

Links that helped during developing

About

Group message exchange via UDP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published