Skip to content

Simulation of the Raymond Tree token-based mutual exclusion algorithm

Notifications You must be signed in to change notification settings

TibbersDriveMustang/Raymond-Tree-Simulation

 
 

Repository files navigation

To run under:

    Unix
        1. make
        2. rts < input_file

    Windows
        1. rts.exe < input_file

To generate random input:

    Unix/Windows
        1. get ruby
        2. ruby input_generator.rb <number of sites> <time span> <number of requests in that time span>
        3. redirect the output to a file or directly to the program
            - ruby input_generator.rb 10 100 23 | rts

About

Simulation of the Raymond Tree token-based mutual exclusion algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • Ruby 1.4%
  • Makefile 1.1%