I've just begun to dig into C2DM. When complete, my app will be running on approx 20 tablets and the database will need to be updated peridocally then sent to the tablets. My basic understanding is that it works something like this:
1: My 3rd party application (the one I am using to work on the database, in my case will be a VB.net application) will send a message to C2DM that my devices need to update their database
2: C2DM sends a message to my devices telling them they need to contact the server to get an updated database.
3: Devices acknowledge the message, then connect to the server to get that update
Questions: Can I use a local, in-house PC as the server? If so, where do I go to learn about how to do that?
Thanks -- I hope my head doesn't explode in the meantime.
1: My 3rd party application (the one I am using to work on the database, in my case will be a VB.net application) will send a message to C2DM that my devices need to update their database
2: C2DM sends a message to my devices telling them they need to contact the server to get an updated database.
3: Devices acknowledge the message, then connect to the server to get that update
Questions: Can I use a local, in-house PC as the server? If so, where do I go to learn about how to do that?
Thanks -- I hope my head doesn't explode in the meantime.