Implementation of a client-server in c
  • C 99.6%
  • Makefile 0.4%
Find a file
Bernard Joseph Jean Bruno c01e03cc4e added login.h
2018-11-12 13:52:21 +04:00
.vscode login changed 2018-11-12 13:00:05 +04:00
.gitignore added login.h 2018-11-12 13:52:21 +04:00
client login changed 2018-11-12 13:00:05 +04:00
client.c login changed 2018-11-12 13:00:05 +04:00
data.bin added login.h 2018-11-12 13:52:21 +04:00
document.h Added files client and server 2018-10-09 22:24:35 +04:00
login.h added login.h 2018-11-12 13:52:21 +04:00
makefile Added files client and server 2018-10-09 22:24:35 +04:00
port.h Added files client and server 2018-10-09 22:24:35 +04:00
README.md Added GTK2.0 UI template and readme instruction 2018-10-26 11:56:46 +04:00
serveur remove compiled code 2018-10-26 11:52:10 +04:00
serveur.c remove compiled code 2018-10-26 11:52:10 +04:00
simple.c Added GTK2.0 UI template and readme instruction 2018-10-26 11:56:46 +04:00

Usage

To compile run make file:

make compile PORT=25800
  • This will compile the code and run the server on port 25800 (if available)

To run client

./client localhost 25800

GUI in c

link[http://zetcode.com/gui/gtk2/introduction/]