Skip to content

C++ interprocess communication. Send a message from one process and receive it another.

Notifications You must be signed in to change notification settings

wclemons/IPC-Assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPC-Assignment1

CPSC 351 Programming Assignment 1

Canyon Schwartz - Section 03 13681 [email protected]

Julian Coronado - Section 03 13681 [email protected]

William Clemons - Section 03 13681 [email protected]

Nathan Nhek - Section 03 13681 [email protected]

Language Used: C++

How to execute the program:

  1. unzip the files on a linux machine by typing "tar -xvf '351-Assignment1.tar'
  2. cd into the newly unzipped file directory '351-Assignment1.tar'
  3. type "make" into the command line to automatically compile sender and reciever files
  4. This will produce output files: "sender" and "recv"
  5. You will need either 2 tabs or 2 terminals to complete the execution. In one tab, run the sender file by typing "./sender keyfile.txt"
  6. run the receiver file by typing "./recv"
  7. type ls to view the newly created file with the outputted message
  8. type "cat recvfile" to view the contents of the file in your terminal

We have not done the extra credit. Nothing stands out in our project at this time.

About

C++ interprocess communication. Send a message from one process and receive it another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published