I need to create an linux application that would do wireless network scanning, put the result in a structure and send it somehow to another, main application that will use the data. My initial idea was to create a pipe in the main application, fork and start another process by execl, that can write to the pipe. Something like this:I need to create an linux application that woul