Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nullren/smsgcm-server
smsgcm is my little project to use gcm to sync sms messages between my pc and phone allowing me to send and receive messages from my pc
https://github.com/nullren/smsgcm-server
Last synced: about 14 hours ago
JSON representation
smsgcm is my little project to use gcm to sync sms messages between my pc and phone allowing me to send and receive messages from my pc
- Host: GitHub
- URL: https://github.com/nullren/smsgcm-server
- Owner: nullren
- License: other
- Created: 2013-01-15T23:39:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-07T00:02:09.000Z (over 11 years ago)
- Last Synced: 2023-03-10T20:08:32.582Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 488 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
SMSGCM
------This is just a quick little thing based off of
[Google's GCM Demo](http://developer.android.com/google/gcm/demo.html) application.## What is this?
This is the server component of my SMSGCM project. The client can also be found
[over here on github](https://github.com/nullren/smsgcm-client).## Configuration
#### GCM
Make sure you get your own GCM API key and set it in `GCMNotify`.
#### Tomcat
There are a few options in `build.xml` that need to be set to deploy your war to Tomcat.
#### SSL
You need to set up, as well, SSL keys for tomcat. This is done by creating a *keystore*
and *truststore* file read by the ssl connector in your `server.xml` for tomcat. If this
is not set up, there is effectively no user accounts.## Installation
`ant dist` should be enough to get you a `.war` that you can then deploy.