Skip to content

[Erlang] Implementation of a real-time concurrent system that simulates an English auction

Notifications You must be signed in to change notification settings

marsty5/auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

auction

[Erlang] Implementation of a real-time concurrent system that simulates an English auction

This is a small exercise I had to do for the course "Concurrent and Distributed Programming" at Universitat Politecnica de Catalunya (UPC) during my participation in the European Master in Distributed Computing (EMDC).

Description:
An agent opens an auction for an item by giving an initial opening bid, which is the minimum price that someone can bid. Then, interested buyers show their wish to buy the item by bidding to this item, increamenting each time the amount of bid.

After a predefined period of time, a timeout occurs and the bidder with the higher bid wins!

About

[Erlang] Implementation of a real-time concurrent system that simulates an English auction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published