I'm trying to work on the iotivity server-client communication, but the server runs on android (java sdk) and the client runs on linux (Ubuntu, C++) platform.
I tried running them in the same Wi-Fi network, but the client couldn't find the server resource. Even when I tried to search the server with the server IP address, it still couldn't find it.
Does any one know how to connect these two devices, or is there any documentation that I can refer to?
Thank you in advance :)