Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m1ga/ti.miga.sms.receive

Titanium Android module to receive SMS
https://github.com/m1ga/ti.miga.sms.receive

Last synced: 3 months ago
JSON representation

Titanium Android module to receive SMS

Awesome Lists containing this project

README

        

Titanium Android module to receive SMS inside your Titanium app.

```
var smsRev = require('ti.miga.sms.receive');
smsRev.init();

Ti.App.addEventListener("received",function(e){
alert(e.number + " " + e.message);
});
```

Can receive normal and binary sms (Port 8080)
Use https://github.com/omorandi/TiAndroidSMS by Olivier Morandi to send sms