Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.
/ COMP90015-2 Public archive

Project 2 of COMP90015 Distributed Systems

Notifications You must be signed in to change notification settings

wentaoliu/COMP90015-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActivityStreamer

COMP90015 Distributed Systems Project 2

The compiled .jar files are located in the target directory.

Requires JRE 8 or above.

ActivityStreamerServer

  • Run as the root (first server):

    java -jar ActivityStreamerServer.jar [-lh <localhost>] [-lp <local port>] [-a <activity interval>]
    
  • Connect to an existing server:

    java -jar ActivityStreamerServer.jar -s <secret> -rh <remote host> [-rp <remote port>] [-lh <localhost>] [-lp <local port>] [-a <activity interval>]
    

ActivityStreamerClient

  • Login as anonymous:

    java -jar ActivityStreamerClient.jar -rp <remote host> [-rp <remote port>]
    
  • Login with username and password:

    java -jar ActivityStreamerClient.jar -u <username> -s <secret> -rp <remote host> [-rp <remote port>]
    
  • Register a username:

    java -jar ActivityStreamerClient.jar -u <username> -rp <remote host> [-rp <remote port>]
    

About

Project 2 of COMP90015 Distributed Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages