Skip to content

Chat server and client written in C, for Linux. Developed for Operating Systems class, Universidade Fernando Pessoa

License

Notifications You must be signed in to change notification settings

wiznick79/WChat-sope-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge License: MIT

WChat-sope-project by Nikolaos Perris (#36261) and Alvaro Magalhães (#37000)

A chat server and client, written in C, using GKT3 for the GUI part. It was made as a project for the class of Operating Systems, Universidade Fernando Pessoa, in 2019.

compile client with: gcc -o client client.c pkg-config --cflags gtk+-3.0 pkg-config --libs gtk+-3.0 -pthread

compile server with: gcc -o server server.c -pthread

server hostname can be specified as a command line (argv) parameter eg. ./client localhost or it defaults to 'wiznick.ddns.net'

About

Chat server and client written in C, for Linux. Developed for Operating Systems class, Universidade Fernando Pessoa

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages