Skip to content

eaakashmaurya/Quiz-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizServer

A Quiz server with three different modes, Admin Mode to populate question database, Individual mode to take Quiz Individually and Group Mode to take Quiz with another person.

To Run the server on linux open a terminal window in the respective folder and type "gcc -pthread server.c"; To Add an instance of a client run the Client Script Using "gcc -pthread client.c"

This server uses multithreading to handle multiple clients.

This server currently supports Questions on only three topics, threading , memory management and scheduling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages