youngj / EnvayaSMS

Simple SMS and MMS gateway running on Android
http://sms.envaya.org
Other
159 stars 177 forks source link

support push-based notifications of outgoing SMS #5

Closed youngj closed 12 years ago

youngj commented 12 years ago

Android Cloud to Device Messaging Framework seems complicated and too integrated with google, but perhaps MQTT or Deacon would work

ricardobeat commented 12 years ago

How about a simple socket connection and predefined messages?

Maybe websockets? That would allow push from browsers too (https://github.com/TooTallNate/Java-WebSocket)

youngj commented 12 years ago

Implemented in version 3.0 using AMQP (e.g. RabbitMQ).

See example: https://github.com/youngj/EnvayaSMS/blob/master/server/php/example/send_sms_amqp.php