Add description,
parent
7063430e6c
commit
a15cf63527
6
Makefile
6
Makefile
|
@ -1,6 +0,0 @@
|
||||||
compile:
|
|
||||||
gcc -Wall -g3 -fsanitize=address -pthread server_NT117.c -o server_NT117
|
|
||||||
gcc -Wall -g3 -fsanitize=address -pthread client_NT117.c -o client_NT117
|
|
||||||
FLAGS = -L /lib64
|
|
||||||
LIBS = -lusb-1.0 -l pthread
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 32 KiB |
|
@ -0,0 +1,37 @@
|
||||||
|
<h1 align="center">Hi there, I`m,
|
||||||
|
<a href="https://notabug.org/Nick_Kramer" target="_blank">
|
||||||
|
Nick Kramer.
|
||||||
|
</a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<h3 align="center"> Porject: Chatroom NT117. </h3>
|
||||||
|
|
||||||
|
<p align="left">
|
||||||
|
*Description: Client-server application for uplinking network chat.
|
||||||
|
This project is in its early stages.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
`LICENCIA` = **GPLv3**, en la carpeta *src/* hay archivos bajo otras licencias libres.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Command info: Client. ###
|
||||||
|
|
||||||
|
* CMD:exit - exit client app.
|
||||||
|
* CMD:clear - clear console.
|
||||||
|
* CMD:pswd - show encryption password/key.
|
||||||
|
* SRV:con - information about me, from the server side.
|
||||||
|
|
||||||
|
### TODO list: Client. ###
|
||||||
|
|
||||||
|
* Refine text encryption/decryption methods.
|
||||||
|
* Add a helper.
|
||||||
|
* Add the ability to write only one user.
|
||||||
|
* Add ability to change encryption keys in runtime mode.
|
||||||
|
* Create themes (text selections) for the console.
|
||||||
|
|
||||||
|
### TODO list: Server. ###
|
||||||
|
|
||||||
|
* Obtaining a key, to access the server.
|
||||||
|
* Create a list of users.
|
||||||
|
* Refinement SRV bot - ping, information about users.
|
Loading…
Reference in New Issue