Hello, I am developping a controller programme and I have some trouble to find the action of some devices (NAS) some other device are displaying there actions very well.
I have located 2 xml files on the device I wish to controle : http://192.168.0.254:54242/description.xml and http://192.168.0.254:54242/UPnPServices/ContentDirectory/description.xml
How can I access to those actions from the device ?
for now I have a addDeviceChangeListener that catches the devices then I retrieves it\\\'s service list and all actions of those services.
Thank you in advance for your help
services are located in the first file and actions are listed in the second file
Log in to post a comment.
Hello,
I am developping a controller programme and I have some trouble to find the action of some devices (NAS) some other device are displaying there actions very well.
I have located 2 xml files on the device I wish to controle : http://192.168.0.254:54242/description.xml and http://192.168.0.254:54242/UPnPServices/ContentDirectory/description.xml
How can I access to those actions from the device ?
for now I have a addDeviceChangeListener that catches the devices then I retrieves it\\\'s service list and all actions of those services.
Thank you in advance for your help
services are located in the first file and actions are listed in the second file