Skip to content

pinkisemils/shm_ipc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPC with shared memory

Building

I've only ever built this on gcc (GCC) 6.2.1 20160830, but this does not depend on anything fancy.

make all

Running it

After building it, execute the writer and the reader in that particular order in separate terminals.

./writer
Start up the reader
./reader
Enter your message in the writer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published