[dev] IMPORTANT: significant memory issue

2017-10-03 Thread Steve Saunders (CableLabs)
Greetings All, I am still digging into this trying to access the impact, but I believe it is significant enough of a problem, especially given the pending 1.3 release, to bring it up at this point. This message might be a bit long, but it is important I think: As pointed out by Alex Kelly, th

Re: [dev] windows builder - visual studio 2015 community

2017-10-03 Thread Ibrahim Esmat via iotivity-dev
Hi CJ, Is the problem not building or not installing? I can try on my end. Thanks, Ibrahim From: C.J. Collier [mailto:cjcoll...@linuxfoundation.org] Sent: Tuesday, October 3, 2017 10:07 AM To: IoTivity Developer List ; Ibrahim Esmat Subject: Re: windows builder - visual studio 2015 community

Re: [dev] Iotivity based Android test client

2017-10-03 Thread VanCutsem, Geoffroy
I believe we should be able to release it in the open-source domain very quickly. Tonny is creating some documentation for it so people would actually know how to use it. Tonny is working this week (Taiwan is not on holiday, China is). Geoffroy > -Original Message- > From: Rami Alshafi

Re: [dev] Selectively turn unit tests on/off

2017-10-03 Thread Mats Wichmann
On 10/03/2017 02:59 PM, Steve Saunders (CableLabs) wrote: > Greetings Matt, > > Thanks for taking time to respond. > > in stacktest.cpp, I have found that if I change SHORT_TEST_TIMEOUT = > std::chrono::seconds(5) to (55), that test does not bail. > > But that may be too much of a cheat :) >

Re: [dev] Selectively turn unit tests on/off

2017-10-03 Thread Steve Saunders (CableLabs)
Greetings Matt, Thanks for taking time to respond. in stacktest.cpp, I have found that if I change SHORT_TEST_TIMEOUT = std::chrono::seconds(5) to (55), that test does not bail. But that may be too much of a cheat :) Cheers! Steve > On Oct 3, 2017, at 2:56 PM, Mats Wichmann wrote: > > O

Re: [dev] Selectively turn unit tests on/off

2017-10-03 Thread Mats Wichmann
On 10/03/2017 01:30 PM, Steve Saunders (CableLabs) wrote: > Hi All, > > I am tracking down some out of memory problems, and I am hoping there is an > easy way to enable/disable particular unit tests. > > Is there a master config file etc, that I can use to easily turn on / off > unit tests? >

[dev] Selectively turn unit tests on/off

2017-10-03 Thread Steve Saunders (CableLabs)
Hi All, I am tracking down some out of memory problems, and I am hoping there is an easy way to enable/disable particular unit tests. Is there a master config file etc, that I can use to easily turn on / off unit tests? Thanks Steve CableLabs ___ io

Re: [dev] Iotivity based Android test client

2017-10-03 Thread Steve Saunders (CableLabs)
Thanks Margaret ! Tonny, Geoffroy, Rami, if you have any hints as to how we can get our hands on (or build) an android IoTivity client, your help would be much appreciated. Kind Regards Steve > On Oct 3, 2017, at 12:32 PM, LaBrecque, Margaret > wrote: > > Tonny Tzeng on our team in Taipei h

Re: [dev] Iotivity based Android test client

2017-10-03 Thread LaBrecque, Margaret
Tonny Tzeng on our team in Taipei has an Android client for IoTivity I believe ... think it may be a holiday there but Geoffroy and Rami also know about it. Margaret -Original Message- From: iotivity-dev-boun...@lists.iotivity.org [mailto:iotivity-dev-boun...@lists.iotivity.org] On Beha

[dev] Iotivity based Android test client

2017-10-03 Thread Steve Saunders (CableLabs)
Greetings All, In order to validate/trouble shoot our OCF testing environment for android devices, we are hoping that it might be possible to create an IoTivity based android test client (or perhaps one is built by default?) Is anybody aware of the existence of such a thing? Kind Regards Steve

Re: [dev] windows builder - visual studio 2015 community

2017-10-03 Thread C.J. Collier
Ibrahim, Can anyone on your team help us to resolve this build problem? Perhaps you could find someone to review this log file and determine what is keeping the visual studio 2015 community edition from installing? http://moonunit.colliertech.org/~cjac/for-ms/packer-20171003T020936.log Thanks i

Re: [dev] ESP 8266 Support in IoTivity

2017-10-03 Thread Khaled Elsayed
Hi Yann The ESP8266 patch submitted is not compatible/tested with iotivity 1.3. You probably need to go back to release 1.2. Have you tried changing Time.h to time.h? On Fri, Sep 29, 2017 at 4:09 PM, yann stephen mandza wrote: > Good day All! > > I am trying to compile the Iotivity for Esp82

Re: [dev] ZIgbee with IoTivity Framework

2017-10-03 Thread Khaled Elsayed
Hi Do you mean by "Zigbee" Zigbee layer 3 and above or IEEE 802.15.4? If IEEE 802.15.4 then probably one of iotivity-constrained ports should work for you. On Fri, Sep 29, 2017 at 6:42 AM, Adarsh Umesh wrote: > Dear IoTivity Dev team, > > We are plannig to implement Zigbee with IotTivity fram

Re: [dev] About Resource Directory (RD) implementation

2017-10-03 Thread Khaled Elsayed
We have had similar issues with RD and modified many parts of the code in order for it to run as described. We need to clean up the code and share it. Hopefully, we do it this month. Best regards Khaled On Thu, Sep 28, 2017 at 7:46 PM, 김문권 wrote: > Hi, developers~ > > I have two questions reg