[android-developers] Re: UPnP C Library

2010-08-06 Thread msnkm
Hi,

Thanks for the inputs.

I have got a library,can anyone provide documentation for porting the
library to andriod

--Kiranmai

On Aug 4, 8:45 am, Kostya Vasilyev kmans...@gmail.com wrote:
 Kiranmai,

 By no means an UPnP expert, but I am aware of this:

 http://miniupnp.free.fr/

 It's certainly working code, I have it running on a friend's router
 under FreeBSD. Perhaps this is a reasonable starting point.

 If you can use a Java implementation, there is this:

 http://www.sbbi.net/site/upnp/index.html

 -- Kostya

 04.08.2010 16:35, Atul Raut ?:



  Hi,

  bydefault upnp library wont support by Android platform.
  There is one opensource project is going on for UPnP.
  You have to port that on to Android platform first.
  And needs to wrote application above that.

  On Tue, Aug 3, 2010 at 10:38 AM, msnkm kiranmai...@gmail.com
  mailto:kiranmai...@gmail.com wrote:

      Hi ,

      Im trying to use UPnP for service discovery,i need a C library which
      implements this.Has anybody done this earlier.Share the link

      Regards,
      Kiranmai

      --
      You received this message because you are subscribed to the Google
      Groups Android Developers group.
      To post to this group, send email to
      android-developers@googlegroups.com
      mailto:android-developers@googlegroups.com
      To unsubscribe from this group, send email to
      android-developers+unsubscr...@googlegroups.com
      mailto:android-developers%2bunsubscr...@googlegroups.com
      For more options, visit this group at
     http://groups.google.com/group/android-developers?hl=en

  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 Kostya Vasilev -- WiFi Manager + pretty widget --http://kmansoft.wordpress.com

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: UPnP C Library

2010-08-05 Thread cbauer
You can use Cling (http://www.teleal.org/projects/cling/) which is my
open source UPnP library for Java. It works fine on Android 2.1 and
2.2, see the manual chapter here:
http://www.teleal.org/projects/cling/core/manual/cling-core-manual.html#chapter.Android

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: UPnP Stack in Android

2010-03-16 Thread Raymond Huang
Hi Satoshi,

I am trying to use your library for an android UPnP Project. I only
have an android emulator, and I know it doesn't have mutlicast
supported. In that case, is there a way for me to verify that I am
able to detect devices on the network?

Thanks,
Raymond

On Feb 24, 6:39 am, Satoshi Konno skonno.cybergar...@gmail.com
wrote:
 Hi Weelaner,

  give back a 0 for nRootDevs, but I have someUPnP-devices in my
  network.

 Use ControlPoint::search() before you get the device list using
 ControlPoint::getDeviceList().
 Please check the following programming guide,
 clinkjavaproguide170.pdf, to know the search
 function in more detail.

  https://sourceforge.net/projects/cgupnpjava/files/

 Thanks,

 Satoshi Konno

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: UPnP

2010-02-11 Thread Abhi
How do I download the stuff from the repository?

Abhi

On Jan 29, 4:11 am, Zhihong GUO gzhh...@gmail.com wrote:
 Hi skonno,
 All of the java code is downloaded, but I can't find a Android project to
 run in emulator or on read device

 James

 'http://sourceforge.net/projects/cgupnpjava/develop';please relocate

 2010/1/29 skonno skonno.cybergar...@gmail.com



  Hi Abhi,

  I have already ported the following my UPnP framework into Android.

   CyberLink for Java
   http://www.cybergarage.org/cgi-bin/twiki/view/Main/CyberLinkForJava

  To run the framework on Android, please get the latest source codes
  from
  the following SVN repository on SourceForge.net.

   https://sourceforge.net/projects/cgupnpjava/develop

  Please check it :-)

  Thanks,

  Sastoshi Konno
 http://www.cybergarage.org

  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubs­cr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en- Hide quoted text -

 - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: UPnP

2010-01-29 Thread Zhihong GUO
Hi skonno,
All of the java code is downloaded, but I can't find a Android project to
run in emulator or on read device

James

'http://sourceforge.net/projects/cgupnpjava/develop'; please relocate

2010/1/29 skonno skonno.cybergar...@gmail.com

 Hi Abhi,

 I have already ported the following my UPnP framework into Android.

  CyberLink for Java
  http://www.cybergarage.org/cgi-bin/twiki/view/Main/CyberLinkForJava

 To run the framework on Android, please get the latest source codes
 from
 the following SVN repository on SourceForge.net.

  https://sourceforge.net/projects/cgupnpjava/develop

 Please check it :-)

 Thanks,

 Sastoshi Konno
 http://www.cybergarage.org

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: UPnP

2010-01-28 Thread skonno
Hi Abhi,

I have already ported the following my UPnP framework into Android.

  CyberLink for Java
  http://www.cybergarage.org/cgi-bin/twiki/view/Main/CyberLinkForJava

To run the framework on Android, please get the latest source codes
from
the following SVN repository on SourceForge.net.

  https://sourceforge.net/projects/cgupnpjava/develop

Please check it :-)

Thanks,

Sastoshi Konno
http://www.cybergarage.org

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: UPnP

2010-01-19 Thread Abhi
Anyone has any clue about this?

On Jan 19, 10:01 am, Abhi abhishek.r.sha...@gmail.com wrote:
 Hi,

 Does anyone have any idea on implementing UPnP in Android? I am
 working on a Project for which I need my Android phone to talk to UPnP
 devices directly.

 Thanks,

 Abhi
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en