Skip to content

Commit b91a733

Browse files
author
David Gräff
committed
Add reference to simpleUDP
1 parent ffbcbb8 commit b91a733

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ This project is not for the old eclipse based SDK! It depends on the
4747
support libraries (v13), additional support library extensions (v7.RecyclerView) and need at least android 4.2 (sdk version 17, released 13. Nov 2012). Parts of the app (import/export/backgrounds) are only usuable with Android 4.4 (DocumentProvider class).
4848

4949
### Plugin Development
50-
All you need to develop a plugin is described in detail at the [Plugin Developer Documentation](https://github.com/davidgraeff/Android-NetPowerctrl-Shared#plugin-developer-documentation).
50+
In ealier versions plugins via the android IPC were supported. This is no longer the case. Your app will be started by NetPowerCtrl via a Broadcast, from this point on, use the simpleUDP protocol for communication.
51+
All you need to develop a plugin is described in detail at the [Plugin Developer Documentation](https://github.com/davidgraeff/Android-NetPowerctrl/blob/master/doc/simpleudp.md). Sample implementations are available here: https://github.com/davidgraeff/esp8266_dev/tree/master/app_pc
5152

5253
### Authors
5354
* david.graeff(at)web_de

0 commit comments

Comments
 (0)