YAACC - UPNP Client and Server
|
A simple local upnp server implementation. More...
Classes | |
class | YaaccUpnpServerServiceBinder |
Public Member Functions | |
IBinder | onBind (Intent intent) |
int | onStartCommand (Intent intent, int flags, int startId) |
void | onDestroy () |
UpnpClient | getUpnpClient () |
boolean | isInitialized () |
Static Public Member Functions | |
static String | getIpAddress () |
get the ip address of the device | |
Public Attributes | |
String | mediaServerUuid |
String | mediaRendererUuid |
Protected Attributes | |
IBinder | binder = new YaaccUpnpServerServiceBinder() |
A simple local upnp server implementation.
This class encapsulate the creation and registration of local upnp services. it is implemented as a android service in order to run in background
|
static |
get the ip address of the device
UpnpClient de.yaacc.upnp.server.YaaccUpnpServerService.getUpnpClient | ( | ) |
boolean de.yaacc.upnp.server.YaaccUpnpServerService.isInitialized | ( | ) |