Im new to the spark core and i would like to know if i could read a spark.variable from another core in the same network. Im reading data from a sensor and i want to get them from another core. Thanks you and sorry for my english
Hi @Mike1,
Weโre working on a feature right now that will make it easy to subscribe and publish values from your core to another core or to the cloud. Weโre hoping to have this available in the next few weeks. In the meantime you would need to either send that value locally using TCP / UDP, or collect that value through the API and then send it back to another core through a function call.
Thanks,
David
2 Likes