create two applications communicating with each other
Environment: Linux Programming Language: C
Your task is to create two applications communicating with each other (interprocess communication) where application A monitors the changes to a file which contains surrounding Wireless APs in JSON format and informs application B which is responsible for displaying the change in format of:
- SSID’s SNR and/or channel value has changed from X to Y
- SSID is added to the list with SNR and channel
- SSID is removed from the list.