I have a python program running capturing packets from LAN and writing it to a pipe. And a C++ program running reading from that pipe. Not i need to synchronize that. Everytime the python programm writes to the pipe it sends a signal to the c++ program that there is something in the pipe.
How do i do that? I'm googling for hours to find something. I found the kil() function but I'm still not sure how to do that...can anybody give me a hint?
How do i do that? I'm googling for hours to find something. I found the kil() function but I'm still not sure how to do that...can anybody give me a hint?
Comment