Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foohyfooh/comp-3275-project-alert-system
COMP 3275 Wireless and Mobile Computing 2017/2018 Semester 2 Project
https://github.com/foohyfooh/comp-3275-project-alert-system
Last synced: 27 days ago
JSON representation
COMP 3275 Wireless and Mobile Computing 2017/2018 Semester 2 Project
- Host: GitHub
- URL: https://github.com/foohyfooh/comp-3275-project-alert-system
- Owner: foohyfooh
- Created: 2018-04-09T14:41:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T15:07:40.000Z (over 6 years ago)
- Last Synced: 2024-10-14T20:43:34.499Z (2 months ago)
- Language: Java
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# COMP 3275 Project - Alert System
SMS based Alert SystemThis project consists of two parts:
- A server that receives SMS messages from the clients and keeps a record of the phone numbers of those who wish to subscribe to the alerts. The server also broadcasts SMS messages to all subscribed clients at the time of an emergency.
- A client that gives the ability to subscribe and unsubscribe from alert messages from the server.## Members
[Jonathan Herbert](https://github.com/foohyfooh) \
[Darien Jardine](https://github.com/Darien117) \
[Rajeev Kunu](https://github.com/Noctornos)