diff --git a/deliverables/src/MV3500Cohort2018JulySeptember/FinalProject/CainThomersonFinal/ReadMe.txt b/deliverables/src/MV3500Cohort2018JulySeptember/FinalProject/CainThomersonFinal/ReadMe.txt index 6ddbd1fea425b257827c0e5fab093b50e90766de..192e01bdbf26272edb56494a5f7fb020c9137a1b 100644 --- a/deliverables/src/MV3500Cohort2018JulySeptember/FinalProject/CainThomersonFinal/ReadMe.txt +++ b/deliverables/src/MV3500Cohort2018JulySeptember/FinalProject/CainThomersonFinal/ReadMe.txt @@ -1,18 +1,17 @@ Final Project Notes: -We used code via DIS over a LAN (Local Area Network). -The PDU and Espdu files were the genesis of the two files. +We constructed code to communicate between parties via DIS over a LAN (Local Area Network). +The PDU and Espdu example files were the genesis of the two files. To run our code you need to open two main classes - -C_T_EspduRequestingUnit.java, and C_T_EspduSupplyingUnit.java + C_T_EspduRequestingUnit.java, and C_T_EspduSupplyingUnit.java In order to get the program to run properly, execute: First: C_T_EspduSupplyingUnit.java Next: C_T_EspduRequestingUnit.java -Each class has both a sender and a receiver built into them. They are listening -different types of PDU packets, and will then send a response. +Each class has the capability to both sender and receive packages. They are listening +for specific types of PDU packets, and will then send a response accordingly. Below is the output from running the code-