Skip to content

A simple Python CLI tool that simulates a realtime auction system between multiple clients and a central server using TCP sockets.

Notifications You must be signed in to change notification settings

Zedo9/auction-system

Repository files navigation

Realtime Auction System

A simple CLI tool that simulates a realtime auction system between multiple clients and a central server using TCP sockets.

Todo

  • Client :

    • Configuration
    • Async Communication
    • Auction logic Messages Exchange
    • Find a solution to stopping the Sending Thread when "END" input is accepted
  • Server :

    • Configuration
    • Async Communication
    • Starting the auction session Auction logic Messages Exchange
    • Writing logs to text files
    • Managing concurrent writing to text files
    • Sending reciepts
    • Find a solution to close the session after finishing

About

A simple Python CLI tool that simulates a realtime auction system between multiple clients and a central server using TCP sockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages