Skip to content

PaulAroo/parallel_programming_competition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Architecture Setup for parallel programming competition

Local Dev Setup/Testing

  • Clone the repository
  • At the project's root directory:
    • Start server

      cd server
      make
      # ./server.out <port>
      ./server.out 8013
    • Start client (in another shell session or terminal window)

Roadmap

Core Architecture

  • Prepare base setup for client<-> server communication
  • Decide exact response pattern from client to server (string: x,y coordinate)
  • Track each client's progress (write periodically (10s) to csv file)
  • Add response evaluation logic

Testing & Tuning

  • Make comprehensive test to decide timeout threshold (per level?)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors

Languages