| 
    YAACC - UPNP Client and Server
    
   | 
 
A simple local upnp server implementation. More...


Classes | |
| class | YaaccUpnpServerServiceBinder | 
Public Member Functions | |
| IBinder | onBind (Intent intent) | 
| void | onCreate () | 
| int | onStartCommand (Intent intent, int flags, int startId) | 
| void | onDestroy () | 
| void | onSharedPreferenceChanged (SharedPreferences sharedPreferences, String key) | 
| UpnpClient | getUpnpClient () | 
Static Public Member Functions | |
| static String | getIpAddress (Context context) | 
| get the ip address of the device   | |
| static String | getIfName (Context context) | 
| static String[] | getIfAndIpAddress (Context context) | 
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 | ( | ) |