Bridge.get

hello all, i tried to find an example with Bridge.get but i could not.
I found a few Bridge.put examples and they work nice, is there any sample code, or an snippet i can start working from?
Thank you

takissd:
hello all, i tried to find an example with Bridge.get but i could not.
I found a few Bridge.put examples and they work nice, is there any sample code, or an snippet i can start working from?
Thank you

Try something like this:

char myData[10];

Bridge.get("name",myData,10);

Serial.println(myData);

Post like this:
http://yourIP/data/put/name/DonaldDuck

that worked ! thanks!

Hello,

i am Yún newbie, so i would like to ask if it is possible to store some data on 32u4 to bridge and read them in Linino via python for example?
Is there such function?
thanks a lot.

There is. Take a look here Using BridgeClient in Python Scripts. - Arduino Yún - Arduino Forum

Thanks Frederico, this work fine :slight_smile: