1

I am trying to build an Android app, which uses Cling library internally. I am able to get the Application running, however I observed that M-Search packets are not sent each time I invoke the search function as given below.

        m_upnpService.getRegistry().removeAllRemoteDevices();
        m_upnpService.getControlPoint().search();

It seems like cling library fires the Actual M-search packets only at selected intervals. ( 30 sec approximately in my case).

I want to know why I am not getting M-Search packets into Network every time I call the search function.

praveena_kd
  • 525
  • 5
  • 15

1 Answers1

0

Using the sniffer tool I was able to see that above code was working fine ! It was modem which was not forwarding the packets to the device of my interest. All is well !

praveena_kd
  • 525
  • 5
  • 15