/java-rmi

Implement a RMI in Java from scratch

Primary LanguageJava

Java RMI

Impplement a Java RMI from scratch.

By Siyuan Liu (A53099540, sil148@eng.ucsd.edu) and Kai Zhou (A53101200, kaz040@eng.ucsd.edu)

Run

Run conformance test

$ cd project1
$ make test

Then you can see the automatic checking information.

Run Docker PingPong test

$ ./start.sh <port_num>

port_num is the port number you want to use in this test. You can change it into whatever you want. e.g. 8886.

Then you will see all the docker building information. After building completed, you will see the notification and then the test results which shows the logs in PingPongClient and PingPongServer.