Skip to content

Project for the course Distributed Systems [INF 3664]

License

Notifications You must be signed in to change notification settings

paraskevasleivadaros/DS-Part-A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS-Part-A

Project for the course "Κατανεμημένα Συστήματα" | CS - AUEB

How to Run

Find your IP(Ethernet):

  1. Go to Settings > Network & Internet. Then select either Wi-Fi or Ethernet (depending on how the device connects).

  2. Then select the Ethernet Connected icon. Scroll down to the Properties section and you’ll see your IPV4 address information.

Find your IP(Wi-FI):

  1. Go to Settings > Network & Internet, and select Advanced options.

  2. Then scroll down to the Properties section to see the IP address of the device.

Με την παρακάτω σειρά τα τρέχουμε και σε διαφορετικό cmd το καθένα:

cd C:\Users\paras\IdeaProjects\DS-Part-A\src<br>
javac broker.java<br>
javac publisher.java<br>
javac consumer.java

cd C:\Users\paras\IdeaProjects\DS-Part-A\src<br>
java broker 3421

cd C:\Users\paras\IdeaProjects\DS-Part-A\src<br>
java broker 3822

cd C:\Users\paras\IdeaProjects\DS-Part-A\src<br>
java broker 3719

cd C:\Users\paras\IdeaProjects\DS-Part-A\src<br>
java publisher 1

cd C:\Users\paras\IdeaProjects\DS-Part-A\src<br>
java publisher 2

cd C:\Users\paras\IdeaProjects\DS-Part-A\src<br>
java consumer 021

🛠️ Tech Stack

Bash Java