I want to read the stream of an external process that I start with Python. From what I've seen that's not possible with the subprocess module?

I want to read the output of "ip monitor neigh" which will show changes in the ARP table on my Linux computer. Each change is a new line printed by "ip" and the process continues to run forever.



--
damjan
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to