@@ -8,31 +8,37 @@ For bugs and feature requests please use [github Issues](https://github.com/davi
88This is an (extended) github mirror of http://sourceforge.net/projects/netpowerctrl/ .
99
1010## Features
11- * Devices are detected automatically on the network if they are configured for UDP communication.
12- Default send port 1077 / receive port 1075 (can be configured). Please be aware
13- that you cannot use port numbers < 1000 because of android restrictions!
14- * Use discovered devices or create static ones. Set the username/password and
15- individual ports for every configured device or use the default ones.
11+ * Devices are detected automatically on the network.
12+ * Username/password and individual ports can be configured for every device.
1613* Create a homescreen widget for a particular (previously configured) device.
14+ * Overview of all outlets for all configured devices. ²
15+ * Create switch-groups to switch multiple outlets at once. ²
16+ * Use Shortcuts for toggling, switching on/off individual outlets. ²
1717
18- Features, you can find on this repository only:
19- * Overview of all outlets for all configured devices.
20- * Create switch-groups to switch multiple outlets at once.
21- * Use Shortcuts for toggling/switching on/off of individual outlets
22- on your homescreen (or via automation apps like Tasker/Llama).
18+ ²: Features, you can find on this repository only
2319
2420<table ><tr valign =" top " ><td >
2521<img src =" doc/devices.png " />
2622</td ><td >
2723<img src =" doc/outlets.png " />
2824</td ></tr ></table >
2925
30- ## Building
31- To compile, you need the [ Android SDK] ( http://developer.android.com/sdk ) .
26+ ### Automatic device detection
27+ Devices are detected automatically if they are configured for UDP communication.
28+ Default send port 1077 / receive port 1075 (can be configured). Please be aware
29+ that you cannot use port numbers < 1024 because of android restrictions!
3230
33- ## License
34- GPLv2
31+ ### Support for automation apps like Tasker/Llama
32+ Most of the automation apps support creating shortcuts for invoking other applications.
33+ You may create shortcuts for single outlets to toggle the state or switch it on/off.
34+ This way you can for instance switch on lights if your mobile gets in range of your wifi network.
35+
36+ ### Building
37+ To compile, you need the [ Android SDK] ( http://developer.android.com/sdk ) .
3538
36- ## Authors
39+ ### Authors
3740* oly(at)nittka_com
3841* david.graeff(at)web_de (github mirror maintainer)
42+
43+ ### License
44+ GPLv2
0 commit comments