Skip to content

Client and Server interaction on auctions using sockets in C

Notifications You must be signed in to change notification settings

Dageus/socket-auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auction system in C

There are two parts to this application:

  • The server (located in server)
  • The client (located in client)

How to run

  1. Deploy the server using the designated Makefile
  2. Deploy the client(s) also using its Makefile
  3. Create, manage, and bid in Auctions using the commands provided, by providing assets to the auction that represent what is being bidded
  4. Enjoy!

About

Client and Server interaction on auctions using sockets in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published