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

2017-07-23 Thread Maria Koutli
Hello, I'm trying to run Iotivity Simple Clent in Java. I have cloned Iotivity project https://github.com/iotivity/iotivity and I have created an eclipse project that includes all the required Iotivity Java classes plus the classes for the SimpleClient from java-examples folder. When I try t

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

2017-07-25 Thread Maria Koutli
eople using the code. Same as Mushfiqul I am using Windows 7. Please let me know if you run into any issues. George *From:*iotivity-dev-boun...@lists.iotivity.org [mailto:iotivity-dev-boun...@lists.iotivity.org] *On Behalf Of *Muhammad Mushfiqul Islam *Sent:* Monday, July 24, 2017 6

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

2017-07-25 Thread Maria Koutli
vity.org/windows and I used Developer cmd for vs 2017. When I enter 'cl' in the cmd I get: Microsoft (R) C/C++ Optimizing Compiler Version 19.10.25019 for x86 Copyright (C) Microsoft Corporation. All rights reserved. usage: cl [ option... ] filename... [ /link linkoption... ] Is it possib

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

2017-07-25 Thread Maria Koutli
line is present If you do not have the line in the file, please delete the file or do a clean on the code work space(scons -c) and try. Regards, Pramod H G Granite River Labs On 7/25/2017 5:21 PM, Maria Koutli wrote: Hello, I decided to uninstalled VS2017 and I also had to uninstall VS

[dev] Cloud Clients Output folder

2017-09-08 Thread Maria Koutli
Hello, I'm trying to build cloud clients based on https://wiki.iotivity.org/iotivity_cloud_-_programming_guide using: scons cloud WITH_TCP=yes RELEASE=yes TARGET_TRANSPORT=IP WITH_CLOUD=yes WITH_MQ=PUB,SUB TARGET_ARCH=x86 but I can't see any folder named "cloud" under "iotivity/out/linux/x8

[dev] IoTivity Cloud client samples, code: 46

2017-09-14 Thread Maria Koutli
Hello, I m trying to create IoTivity Cloud clients, according to aircon_controlee and aircon_controller samples. Although I can successfully register my device (controlee) to cloud by giving "[host-ipaddress:port] [authprovider] [authcode]", when I try to run for the second time and give "[ho

[dev] Cannot GET Resource over Iotivity Cloud-Response code 134

2017-10-31 Thread Maria Koutli
Hello, I have set up Iotivity Cloud on a Ubuntu VM (with bridged IP address). I tested examples aircon_contolee and aircon_controller by connecting to the same Cloud Interface and they work fine. Now I tried to run aircon_controlee in this VM and aircon_controller in a second VM (in another

Re: [dev] Cannot GET Resource over Iotivity Cloud-Response code 134

2017-11-01 Thread Maria Koutli
Has anyone tried running aircon_controlee and aircon_controller in two different machines and connected to two different Cloud Interfaces? Does this scheme here work https://wiki.iotivity.org/proposal_for_iotivity_cloud? Thank you, Maria On 31-Oct-17 1:22 PM, Maria Koutli wrote: Hello, I

[dev] Iotivity Web browser Dashboard

2017-11-01 Thread Maria Koutli
Hello all, Are there any instructions for dashboard https://github.com/iotivity/iotivity/tree/master/cloud/dashboard apart from installing dependencies with npm? In the connect dialog which address should I use? I tried putting the IP where the Iotivity Cloud is running but didn't work. Anyon

[dev] Message Queue subscriber sample - onObserve Response error: 134

2017-11-02 Thread Maria Koutli
Hello, I tried running the Message Queue subscriber sample on Ubuntu, while Iotivity Cloud and Apache Kafka are running on the same VM. I followed the commands in order to discover topics [0] and select a topic to subscribe [2] (through cmd). After choosing to subscribe [3] to the selected t

Re: [dev] help : unicast discovery

2017-11-05 Thread Maria Koutli
Hello, I believe that client should be in the same network with the server in order to make a Coap multicast discovery request. If they are not in the same network then you should consider setting up Iotivity Cloud https://wiki.iotivity.org/doku.php?id=proposal_for_iotivity_cloud, https://wik

Re: [dev] [Bug] [cloud] [client] aircon_controlee fails to connect to OCF servers with TLS

2017-11-15 Thread Maria Koutli
Hello, Did you also place "CLOUD_CERT_FILE(iotivitycloud.crt)", "CLOUD_KEY_FILE(iotivitycloud.key)" and ROOT_CERT_FILE(rootca.crt) files in the "target" folder as it is described here https://github.com/iotivity/iotivity/tree/master/cloud/interface? I haven't tried it, but this step seems to

[dev] IoTivity CoAP to HTTP

2018-04-12 Thread Maria Koutli
ity client sending to the web). Is there a way for the IoTivity server to receive HTTP requests from the web and map them to the respective CoAP requests? Is there an example for this sequence? Thank you. Best Regards, Maria Koutli p.s. I wouldn't like to set up a whole IoTivity Cloud infrastru

Re: [dev] IoTivity CoAP to HTTP

2018-04-13 Thread Maria Koutli
s there a way that I could achieve any of these two solutions? Thank you. Best Regards, Koutli Maria On 12-Apr-18 6:40 PM, Thiago Macieira wrote: On Thursday, 12 April 2018 01:09:33 PDT Maria Koutli wrote: Hello all, I would like to have access to my IoTivity server remotely over the int

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

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

2018-04-17 Thread Maria Koutli
ry of the devices and can share this information with external end points. If devices have non-routable addresses, then proxy+RD is the way to go. On Sat, Apr 14, 2018 at 3:51 PM, Maria Koutli mailto:mkou...@iti.gr>> wrote: Hello all, Is there a way to access an