Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pboos/android-alarm-server


https://github.com/pboos/android-alarm-server

Last synced: about 1 month ago
JSON representation

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.