Code Monkey home page Code Monkey logo

sdis-p1's Introduction

SDIS-P1

From the src/ folder:

Compile the Peer:

javac main/java/peer/Peer.java

Compile the TestApp:

javac main/java/testapp/TestApp.java

Run RMI:

rmiregistry &

Run Peer that launches RMI:

java main/java/peer/Peer <protocol_version> <peer_id> <RMI_Access_Point> <MC_IP>:<MP_PORT> <MDB_IP>:<MDP_PORT> <MDR_IP>:<MDR_PORT>

ex: java main/java/peer/Peer 1.0 0 192.168.0.1 224.0.0.0:8000 224.0.0.0:8001 224.0.0.0:8002

Run normal peers:

java main/java/peer/Peer <protocol_version> <peer_id> <MC_IP>:<MP_PORT> <MDB_IP>:<MDP_PORT> <MDR_IP>:<MDR_PORT>

ex: java main/java/peer/Peer 1.0 1 224.0.0.0:8000 224.0.0.0:8001 224.0.0.0:8002

Run a TestApp:

Backup:

java main/java/testapp/TestApp <rmi_peer_ip>/obj BACKUP <file_path> <replication_degree>

ex: java main/java/testapp/TestApp 127.0.0.1/obj BACKUP /Users/zemiguel/IdeaProjects/SDIS-P1/src/files/test1.pdf 1

Restore:

java main/java/testapp/TestApp <rmi_peer_ip>/obj RESTORE <file_name> <replication_degree>

ex: java main/java/testapp/TestApp 127.0.0.1/obj RESTORE test1.pdf

Delete:

java main/java/testapp/TestApp <rmi_peer_ip>/obj DELETE <file_name>

ex: java main/java/testapp/TestApp 127.0.0.1/obj DELETE test1.pdf

Reclaim:

java main/java/testapp/TestApp <rmi_peer_ip>/obj RECLAIM

ex: java main/java/testapp/TestApp 127.0.0.1/obj RECLAIM 0

State:

java main/java/testapp/TestApp <rmi_peer_ip>/obj STATE

ex: java main/java/testapp/TestApp 127.0.0.1/obj STATE

sdis-p1's People

Contributors

zemfm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.