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
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
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
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
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
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
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 |
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