Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.36 KB

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