Names Pipes... or how to get two separate applications to interact
That would allow my_ssh_handler to get the output of ssh (in other words, the router) to process it, but I also need to send commands to the ssh, somehow. That's when named pipes show up. Named pipes allow you to send/receive data from streams that are not the standard input/outputs we get with every process (standard input, standard output, standard error).
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.