Re: [dev] How to build native libraries for Iotivity in order to load them in Java

2017-07-24 Thread Nash, George
After checking out https://wiki.iotivity.org/generic_java_binding let me know if you are still having difficulties. Enabling the JAVA build to work in windows was only introduced by me 3 weeks ago so there has not been a lot of people using the code. Same as Mushfiqul I am using Windows 7. Ple

[dev] porblem running simpleserver & simpleclient

2017-07-24 Thread Bharath T s
Hi all,     I started working on iotivity-1.3 framework. - i have compiled the source code. - status -code successfully compiled - os - ubuntu 16.04 - i executed iotivity-1.3/out/linux/x86_64/release/resource/examples/simpleclient & iotivity-1.3/out/linux/x86_64/relea

Re: [dev] Who can document how to use introspection on the wiki?

2017-07-24 Thread Muhammad Mushfiqul Islam
Hello, If you are using the below function to provide security database to your server: FILE* server_fopen(const char *path, const char *mode){    return fopen(SECURITY_DATABSE_FILE , mode);}   Then, please replace the below with your existing code: FILE* server_fopen(const char *path, c

Re: [dev] How to build native libraries for Iotivity in order to load them in Java

2017-07-24 Thread Muhammad Mushfiqul Islam
Hello Maria, Have you tried to set java library path as mentioned in the below wiki page? https://wiki.iotivity.org/generic_java_binding   I have not got the chance to build and run java samples on Windows 10, but it is working fine for me in Win7 & Ubuntu.    - Thanks & Regards, Mushf

Re: [dev] Ping resource in CoAP over TCP

2017-07-24 Thread Wouter van der Beek (wovander)
Thanks! Can this also be resulting in an jira ticket that removes the ping code in IOTivity? Kind Regards, Wouter From: iotivity-dev-boun...@lists.iotivity.org [mailto:iotivity-dev-boun...@lists.iotivity.org] On Behalf Of DWARKAPRASAD DAYAMA Sent: 24 July 2017 08:48 To: iotivity-dev@lists.iot

Re: [dev] introspection docs?

2017-07-24 Thread Wouter van der Beek (wovander)
See the specs. If you have any questions, let me know. Kind Regards, Wouter From: iotivity-dev-boun...@lists.iotivity.org [mailto:iotivity-dev-boun...@lists.iotivity.org] On Behalf Of Gregg Reynolds Sent: 24 July 2017 03:35 To: iotivity-dev Subject: [dev] introspection docs? Is there any docum

Re: [dev] Ping resource in CoAP over TCP

2017-07-24 Thread DWARKAPRASAD DAYAMA
So far I haven't heard anything negative and also no feedback, hence I will move further with deprecation of /oic/ping resource and alignment with latest IETF draft.   Regards Dwarka -- Software R&D Center |

[dev] Questions on TCP and Cloud support

2017-07-24 Thread Max Kholmyansky
Hi, I am trying to understand how IoTivity treats TCP-based endpoints (coap+tcp, coaps+tcp) and how it is related to the cloud support of IoTivity. Is it right that "coap+tcp" is supported as a communication mechanism in parallel to the UDP-based "coap", once the library is built using WITH_TCP=1