@@ -8,31 +8,37 @@ For bugs and feature requests please use [github Issues](https://github.com/davi
8
8
This is an (extended) github mirror of http://sourceforge.net/projects/netpowerctrl/ .
9
9
10
10
## 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.
16
13
* 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. ²
17
17
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
23
19
24
20
<table ><tr valign =" top " ><td >
25
21
<img src =" doc/devices.png " />
26
22
</td ><td >
27
23
<img src =" doc/outlets.png " />
28
24
</td ></tr ></table >
29
25
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!
32
30
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 ) .
35
38
36
- ## Authors
39
+ ### Authors
37
40
* oly(at)nittka_com
38
41
* david.graeff(at)web_de (github mirror maintainer)
42
+
43
+ ### License
44
+ GPLv2
0 commit comments