Hello,
I wanted to know the sequence of events happening in CEventDemo. I run CEventDemo on edison 1st, it prints the number of event listeners received, and waits for another device to run the EventDemo code. I think the edison has sent the info_request and is now waiting for a response from another device. Then I start CEventDemo on Raspberry Pi and itll respond to the request by edison. I have attached the outputs of both the boards and I want to know What is the sequence of messages being exchanged for the edison or RPi to print those outputs. I am expecting something along the lines of the ESP8266 with Android (as shown in Fig sequenceofevents.png).
I would also like to know how can I make the EventDemo continuous as it happens only once and stops. Ill have to exit from the code and run it again to receive another event. I want the receiver to continuously keep listening for events from a sender.
It would be very helpful if anyone can answer this question as soon as possible.
Thank you