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: 4 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-07T00:02:09.000Z (about 12 years ago)
- Last Synced: 2025-01-21T00:51:00.753Z (6 months ago)
- Language: Java
- Homepage:
- Size: 488 KB
- Stars: 1
- Watchers: 1
- 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.