Search code examples
androidopen-sourcepushreal-timeandroid-c2dm

Where is the C2DM Source Code?


Anyone know if the C2DM source code is open? If so, where is it located?

Just to be clear, I'm not interested in any client code to connect to C2DM, and I'm not interested in any server code to push notifications to C2DM. I'm actually interested in the source of the C2DM service itself (the service that's running in the cloud, which handles coordination / registration between clients and application servers).


Solution

  • C2DM is closed source, However if you want to build a push service consider using XMPP. Use OpenFire XMPP Server and aSmack for implementing Push Notification.