-
Clone project.
git clone https://github.com/Hymeck/GroupChat
-
Build solution. (Builded stuff will be placed in
release
folder.)
dotnet publish -c Release -o release src/GroupChat.sln
- Go to
release
folder.
cd release
- 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.
- 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