genode/repos/gems/src/app/pipe
Ehmry - d07ff84f5c Tup: remove gems 2019-10-04 00:52:02 +02:00
..
README Standalone POSIX pipe utility 2018-03-08 15:22:12 +01:00
main.cc Standalone POSIX pipe utility 2018-03-08 15:22:12 +01:00
target.mk Standalone POSIX pipe utility 2018-03-08 15:22:12 +01:00

README

The pipe utility is for piping between files using the
semantics of POSIX stdio.

An example of piping clock jitter to a terminal session:

! <start name="pipe">
!   <resource name="RAM" quantum="2M"/>
!   <config>
!     <vfs>
!       <jitterentropy name="rng"/>
!       <terminal name="tty"/>
!     </vfs>
!     <libc stdin="/rng" stdout="/tty"/>
!   </config>
! </start>