5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2024-09-16 12:39:35 +00:00
Go to file
2011-09-18 20:59:28 -07:00
libs support for incoming MMS 2011-09-17 18:38:16 -07:00
res support for incoming MMS 2011-09-17 18:38:16 -07:00
server/php avoid exceeding Android limit of 100 outgoing SMS/app/hour; allow effectively increasing limit via expansion packs; revert Sms -> sms in XML response 2011-09-18 15:29:30 -07:00
src/org/envaya/kalsms avoid exceeding Android limit of 100 outgoing SMS/app/hour; allow effectively increasing limit via expansion packs; revert Sms -> sms in XML response 2011-09-18 15:29:30 -07:00
.gitmodules PHP server library with example implementation; add 'check now' button on menu 2011-09-12 16:53:38 -07:00
AndroidManifest.xml avoid exceeding Android limit of 100 outgoing SMS/app/hour; allow effectively increasing limit via expansion packs; revert Sms -> sms in XML response 2011-09-18 15:29:30 -07:00
build.properties use POST in http requests; use different url for outgoing sms; poll for outgoing sms more frequently; notify server when sms messages are sent 2011-09-11 01:35:10 -07:00
build.xml use POST in http requests; use different url for outgoing sms; poll for outgoing sms more frequently; notify server when sms messages are sent 2011-09-11 01:35:10 -07:00
CONTRIBUTORS avoid exceeding Android limit of 100 outgoing SMS/app/hour; allow effectively increasing limit via expansion packs; revert Sms -> sms in XML response 2011-09-18 15:29:30 -07:00
default.properties fix null pointer exception; remove dependency on Base64 for android 1.6 compatibility 2011-09-12 12:55:33 -07:00
icons_license.txt add help screen 2011-09-12 19:06:03 -07:00
LICENSE avoid exceeding Android limit of 100 outgoing SMS/app/hour; allow effectively increasing limit via expansion packs; revert Sms -> sms in XML response 2011-09-18 15:29:30 -07:00
NOTICE avoid exceeding Android limit of 100 outgoing SMS/app/hour; allow effectively increasing limit via expansion packs; revert Sms -> sms in XML response 2011-09-18 15:29:30 -07:00
proguard.cfg use POST in http requests; use different url for outgoing sms; poll for outgoing sms more frequently; notify server when sms messages are sent 2011-09-11 01:35:10 -07:00
README most README content moved to http://youngj.github.com/KalSMS/ 2011-09-18 20:59:28 -07:00

KalSMS is an Android app that acts as a SMS and MMS gateway. 
For more information, see http://youngj.github.com/KalSMS/

Features
--------
*   Can be deployed almost anywhere in the world
*   Designed to allow non-technical users to do all setup/maintenance 
    of deployed phones
*   Can send outgoing SMS in excess of Android's limit of 100 messages 
    per app per hour by installing expansion packs
*   Many different phones running KalSMS can be connected to a single server 
    (each phone could forward messages for a different mobile network)
*   Authenticates with password shared between phone and server
*   Retries forwarding messages after a delay if there is an error 
    (e.g. due to temporarily broken internet or GSM connection)
*   Notifies the server of the status of outgoing messages
*   Forwards incoming MMS messages (pictures/video/audio)
*   Shows log messages to user to facilitate troubleshooting
*   Can prevent incoming messages from being stored in Messaging inbox
*   Can forward messages already received in Messaging inbox
    
License
-------
The code is released under the MIT license; see LICENSE