Skip to content

pantosaur/linux_fifo_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linux_fifo_example

program that communicates using named pipes with another instance

usage: ./fifo_example fifo_i fifo_o

Each instance manages it's read fifo, and expects the write fifo to be created by another process To test the program, launch 2 instances. For example:

./fifo_example f1 f2

./fifo_example f2 f1

About

program that communicates using named pipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published