I have seen that parse.com has a SDK targeted for the Arduino Yún .
but could not find any site wich provide similar for the mega 2560.
can someone guid me?
thanks
That seems to be another one of those websites that have great graphics and no useful information.
What is parse.com supposed to do ?
...R
I need to connect the mega2560 to a server, upload data to the server and read it from an android app.
any other server will be ok. parse supplys SDK for YUN, and supplys a cloud dataBase
I need to connect the mega2560 to a server, upload data to the server and read it from an android app.
The mega with ethernet shield can make a client get/post request to the server to supply desired data to the server. The android/server connection is something to be developed for those two platforms.
well I have mega2560 and esp8266 and it will handle the tedious TCP/IP ...
but my question is:
is there any site wich supplys a server+database for mega2560?
for example, parse.com supplys SDK for arduino YUN. you can read about it on this link:
Parse Blog
but not for mega2560
I would not give that James Yu, Co-founder of Parse more than 2 out of 10 for useful information.
It really gets up my nose when people think a 3 or 4 line example is a substitute for a proper explanation.
Have you actually used parse.com with a Yun. If you have please post your code and we may be able to explain how it could be adapted to a Mega.
If you have no previous experience of parse.com it may be a better use of your time to ignore it and try another solution. As @Zoomkat has said a Mega plus Ethernet shield can communicate with the web. Mind you, a Yun might be cheaper and would be a lot more powerful.
However if I was using a Yun I would do all the web stuff in Python on the Linux side.
...R
thank you all. but I have mega not YUN.. and I have no experience with parse.com .
if any one can give me somthing to start with it will be great. any site that supplys a suitable srver would be good, and any links to read about this connection to cloud would be good too. I am newde to this.
You probably need to Google for web hosting sites that provide the features you desire.