https://github.com/cheeplusplus/smsfwd
Android SMS forwarder like DeskSMS
https://github.com/cheeplusplus/smsfwd
Last synced: 6 months ago
JSON representation
Android SMS forwarder like DeskSMS
- Host: GitHub
- URL: https://github.com/cheeplusplus/smsfwd
- Owner: cheeplusplus
- Created: 2012-08-31T07:29:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-02T23:13:57.000Z (over 12 years ago)
- Last Synced: 2023-03-12T10:14:12.303Z (about 2 years ago)
- Language: Java
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is a dead project that I wrote before DeskSMS (https://play.google.com/store/apps/details?id=com.koushikdutta.desktopsms) came out.
It takes SMS messages sent to your Android phone, encrypts them, and sends them to a server, to be retrieved later by a client.
This was mostly all done in late 2009/early 2010. The project spawned two of my highest viewed StackOverflow questions: http://stackoverflow.com/questions/1944102/android-sms-receiver-not-working/ and http://stackoverflow.com/questions/2090765/encryption-compatable-between-android-and-c-sharp/It consists of three parts:
* smsfwd-android: Android client that reads SMS messages and encrypts them before sending to a server
* smsfwd-server: PHP (I'm sorry) scripts that use mySQL (sorry again) to store and retrieve the messages
* smsfwd-windows-client: Windows client that retrieves messages from the server and decrypts themThere are a few places with hard coded values.
With the current design, it's probably safe to use with a private server and build of the applications, but I don't think the encryption will hold up in a multiuser environment.