Re: [dev] Access to IoTivity Server outside of the local network

2018-04-18 Thread Khaled Elsayed
The RD server works as expected. The publishing client is not working correctly. We had to modify the code to get it to work as expected. However, the modified code is not generic enough to share to the community. RD is just a directory very much like DNS about other nodes that exist in the networ

Re: [dev] Access to IoTivity Server outside of the local network

2018-04-17 Thread Maria Koutli
Hello, I have tried to use RD using the instructions here : https://wiki.iotivity.org/resource_directory_-_programming_guide I build using command scons resource/csdk/resource-directory/ RD_MODE=all and then I start the RD server: ./rd_server and I get in the console: OCResourceDirectory

Re: [dev] Access to IoTivity Server outside of the local network

2018-04-16 Thread Khaled Elsayed
An architectural correction: the local OCF servers typically discover RD and register with it not the other way around. On Mon, Apr 16, 2018 at 3:37 PM, Khaled Elsayed wrote: > If the devices have public IP addresses (not recommended), they can be > accessed with the help of a resource direct

Re: [dev] Access to IoTivity Server outside of the local network

2018-04-16 Thread Khaled Elsayed
If the devices have public IP addresses (not recommended), they can be accessed with the help of a resource directory RD server. The RD should perform local discovery of the devices and can share this information with external end points. If devices have non-routable addresses, then proxy+RD is t

Re: [dev] Access to IoTivity Server outside of the local network

2018-04-14 Thread Gregg Reynolds
On Sat, Apr 14, 2018, 8:51 AM Maria Koutli wrote: > Hello all, > > Is there a way to access an IoTivity server outside of its local network > (find resources, send get, post requests etc) without using the IoTivity > Cloud architecture? If yes, could you point me to some > documentation/example c

[dev] Access to IoTivity Server outside of the local network

2018-04-14 Thread Maria Koutli
Hello all, Is there a way to access an IoTivity server outside of its local network (find resources, send get, post requests etc) without using the IoTivity Cloud architecture? If yes, could you point me to some documentation/example code? Thank you. Best Regards, Koutli Maria ___