/ProjectLuna

A distributed client-server implementation in Python

Primary LanguagePython

ProjectLuna

A distributed client-server implementation in Python

Phase One - Sockets

  • Server module
  • Reader module
  • Writer module
  • Remote starting module over SSH

Phase Two - Remote Method Invocation (RMI)

  • Port server module from sockets to RMI
  • Port reader module from sockets to RMI
  • Port writer module from sockets to RMI
  • Update remote starting module
  • Fix serving and locking orders
  • Finalize Project