jflasher / spark-helper

A web-based helper for the Spark Core.
23 stars 11 forks source link

Variables #4

Open simetin opened 9 years ago

simetin commented 9 years ago

Hi, I was wondering if you could tell me a little bit more about how the Spark receive the data (a variable name for the data receive, how it work). My goal is to send something like 10 variables from a web page form to the Spark at the same time. If you could put me on the right track for the customization.

Thanks

jflasher commented 9 years ago

Unfortunately, I haven't been able to play around with Spark much lately so I can't be of much help. However, I'll point you to @zsup who definitely knows what's going on!

zsup commented 9 years ago

Hey @tchinou1, what exactly is it that your'e trying to do? Variables are for extracting data from the Core, not for sending data to it; if you want to send data to it, you should try function calls.