I am new to the python concepts. I have 3 health monitoring Applications Running in intel edison Device. I want to transmit these application result values(int value) to an android App.
So far am able to make a connection over Bluetooth(using SPP profile) with python script. Now I wanted to access those 3 global variables from the 3 different C codes(Application code in intel edison) and send it to Android App.
Someone help me or suggest any methods that are available..