Open internetofhomethings opened 8 years ago
Not yet. I'll look into it as soon as I find some time. But since this was my very first Android project some unexpected behaviour was somehow expected ;-).
I think it's just work fine. After discovery, all services endpoint completion existed
Sending a Discovery message to my CoAP server returned the expected service list when using the FireFox Browser CoAP client but this SpitFireFox Android App does not respond when sending the same Discovery message.
I noticed the ServiceDiscoveryCallback in ServiceDiscoveryTask.java never gets called even though the CoAP server has sent the reply message. This has been confirmed using WireShark and monitoring the server Discovery request reception and reply.
Any ideas why not?