Google Cloud Messaging for Android works from server to client, but also viceversa(from client to server)? -
stackoverflow fellow,
Since I am very new in cloud computing, I want to ask you one Q: Google Cloud Messaging for Android works from client to client, but from client to vice versa on client?
I'm asking you this because I am currently developing an Android application. In structure, normal lines, this is something like: I would like to use my laptop as a server - and make all the computations here. Then, to send everything from my server to the cloud, to the cloud and to the cloud, on the device that runs my Android directly, I want to store computing and database on my local server (because, because I am a student, I have There is not enough money from Google to actually pay for a server (we say), so I'm concentrating on freebies for my needs. ) And just communicate with my Android device using Google Cloud Messaging for Android. (I want my application to be independent of my mobile device's hardware, and also, I want to write a program that will compute on my server in Java).
I know that I can send messages from the server to my device (via the cloud), but the question is, can I send messages to my server from the server? I am asking this because computations will be prepared after collecting anything from my device (Basically, my Android application will be an interface from which I can send data to my server (via cloud) and then receive (Also through the cloud) the result of the calculation on my device
According to what I am currently reading () It seems that I only send messages to the server on my device I can ask, but I asked, because, by now, I've found the only free messaging framework (using the cloud).
Thanks.
Sorry, but GCM Google Cloud Messaging) is designed to send push notifications from server to device only. Not for the purpose.
I know that I can send a message from the server to my device (via cloud), but the question is whether I send messages from server to my device Can i
Why do not you use web services for this message to send a message (for example: photos, files ..) on the server? I think it will be suitable according to your needs.
Comments
Post a Comment