Simple client-server application "Chat_NT117".
Nick_Kramer 67eb39fa29 Deleted the compiled files. | 1 year ago | |
---|---|---|
Images | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
client_NT117.c | 1 year ago | |
server_NT117.c | 1 year ago |
*Description: Client-server application for uplinking network chat. This project is in its early stages.
LICENCIA
= GPLv3.
Start by cloning the repository.
$ git clone https://notabug.org/Nick_Kramer/Chat_NT117.git
Run the make command (in the repository directory).
$ make
Start the server with the parameters: Host ip address and port.
$ ./server_NT117 <host ip address> <host port>
Start the server with the parameter: Host ip address (default use port 10117).
$ ./server_NT117 <host ip address>
Local server start-up (default use localhost/127.0.0.1 and port 10117).
$ ./server_NT117
Run the client with the following parameters: option key, host ip address, host port, secret key.
$ ./client_NT117 < option key > < host ip address > < host port > < secret key >
Call help.
$ ./client_NT117 -h
Reference running (with crypt messages):
$ ./client_NT117 -cs -dd uArtScam1012
x Refine text encryption/decryption methods. x Add a helper.