I am making application in which i want to find the list of the UPnP devices that are connected to my network from my android application . Any idea how can i do this..
I am using the API of the cybergarage...here is the link of the repository...
https://cgupnpjava.svn.sourceforge.net/svnroot/cgupnpjava/trunk/cyberlink/upnp-stack/src/main/java/org/cybergarage/
Any one who has work or has been working on UPnP Complianted Application development, can help me out.
Thank you
I have a created an alternative Java UPnP library that also works on Android:
http://teleal.org/projects/cling/core/
A manual chapter about Android integration, an example application, and a video of the example application are available. The example application shows how you can search and list all the UPnP devices on your network.
Related
I have this Samsung-watch
I implemented a mobile application for my graduation project, it is a triaging system that will serve the people who has an injury or illness,
In some cases we need to ask the patient about his heart rate, we want to take this data from the watch instead of asking him about it.
I searched for this and founded that I need to install Tizen extension to the visual studio, I want to write a code that take heart rate, then connect this code to my android application,
Does anyone know or can help me to do this?
Does anyone know the steps that i would follow to complete this process ?
You will find a lot of help from Samsung Developer Site.
Check below link:
Samsung Developers - Creating Your First App
May the force be with you.
How to create Pulsometer application for wearable:
http://tizenschool.org/tutorial/166/contents/1
then, for example, You can use Samsung Accessory Protocol to communicate wearable with android device:
https://developer.samsung.com/galaxy/accessory
https://developer.samsung.com/galaxy/accessory/guide
or implement other way of data exchange, for example uploading data to remote server:
How to make HTTP POST web request
I want to check whether an android device supports DLNA or not programmatically,Is there a way to find it,i did try in the developers website but i couldn't find it,
Use Cling to write UPnP/DLNA Android clients or even server applications.
All features of Cling Core are supported on Android
The full source code of the UPnPBrowser example application of the manual can be found here.
I'd like to let my android app interact with another on the pc side, through wifi or ethernet.
I already made my android device connected to the local network through wifi or ethernet.
But I dont know how to let those app detect each other and do communications.
I've read the training tutorial on developer.android.com but all there are depends on API16. But I'm using a 2.3.3 API10.
Can anyone show me how to do this and where I can find the related tutorial. Thx
If you are willing to consider developing in C#, i.e. xamarin.android, you could look at using a compatible network library to save some time. If so checkout NetworkComms.Net.
Disclaimer: I'm a developer for this library.
I am trying to get a clear idea about Proximity mention in AllJoyn app and there are several explination (theories) that i find intresting but , I still want to know can Alljoyn support proximity? If yes then how do I go about it? Can I see an example using proximity or reference a sample App as im not able to find proper references to the same. The Chat app I've seen works perfectly using WiFi but how can i accomplish the same using a bluetooth? Kindly help me..Thank You in advance..
Bluetooth support is only available in the android sdk. In order use bluetooth, you either have to wait until AllJoyn is adopted by OEMs, or rooting your phone and doing some fiddling. More info can be found https://www.alljoyn.org/docs-and-downloads/documentation/alljoyn-android-environment-setup-guide#unique_21
If/when bluetooth is integrated/supported, your use of AllJoyn should be the same, as AllJoyn works to hide the communication details from you.
has any body worked with UPnP Library for Java By Cybergarage..
https://cgupnpjava.svn.sourceforge.net/svnroot/cgupnpjava/trunk/cyberlink/upnp-stack/src/main/java/org/
I am making android application to find the list of UPnP device from my device...
any help on these most appreciable../
thanks rakesh
I have a created an alternative Java UPnP library that also works on Android:
http://teleal.org/projects/cling/core/
A manual chapter about Android integration, an example application, and a video of the example application are available. The example application shows how you can search and list all the UPnP devices on your network.