Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m1ga/ti.miga.sms.receive
- Owner: m1ga
- Created: 2014-07-04T15:40:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T18:21:39.000Z (over 6 years ago)
- Last Synced: 2024-07-30T04:58:11.068Z (3 months ago)
- Language: Java
- Size: 868 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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