Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pboos/android-alarm-server
https://github.com/pboos/android-alarm-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pboos/android-alarm-server
- Owner: pboos
- Created: 2015-10-06T19:26:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T08:33:28.000Z (about 9 years ago)
- Last Synced: 2024-10-21T05:54:32.397Z (3 months ago)
- Language: Java
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alarm Server
## Requirements on phone
WiFi should always be connected.
Android 2.3 and earlier: Settings -> Wireless -> Wifi Settings -> Menu -> Advanced -> WiFi Sleep Policy -> Never
Android 4.0 and later: Settings > WiFi -> Menu -> Advanced -> Keep Wi-Fi on during sleep -> Always## GET http://:8080/start
Will set an alarm to sound after 10 minutes. This alarm can be stopped (before sounding and after sounding) by calling /stop. If stop is not called, it will stop automatically after 5 minutes.## GET http://:8080/stop
Will stop a pending or running alarm.