Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 649 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 649 Bytes

RC Auction

Project developed for RC (Computer Networks) class of 2023/2024 at IST

This is a user-server application that simulates an auction platform. Users can perform the following commands:

  • login UID password
  • logout
  • unregister
  • exit
  • open name asset_fname start_value timeactive
  • close AID
  • myauctions or ma
  • mybids or mb
  • list or l
  • show_asset AID or sa AID
  • bid AID value or b AID value
  • show_record AID or sr AID

Usage

To start the server, run: ./AS [-p ASport] [-v]

To start the client, run: ./user [-n ASIP] [-p ASport]

Authors - Group 33

  • Francisco Salgueiro - ist1103345
  • Mariana Miranda - ist1102904