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

[dev] ESP 8266 Support in IoTivity

2017-10-01 Thread yann stephen mandza
Good day All! I am trying to compile the Iotivity for Esp8266 on an Ubuntu 12.04 32 bit machine I followed the instruction from the Readme-scons, but the build fails for a problem withe Time.h file. I am not quite sure how to address this as the file is required in many files under different sub

[dev] ESP 8266 Support in IoTivity

2016-12-13 Thread Khaled Qorany
> > Vishnu > > > > > > > > *From:* Khaled Qorany [mailto:kqorany2 at gmail.com] > *Sent:* Monday, December 12, 2016 8:14 PM > *To:* Vishnu Bemre > *Cc:* Philippe Coval ; > iotivity-dev at lists.iotivity.org > > *Subject:* Re: [dev] ESP 8266 Support in I

[dev] ESP 8266 Support in IoTivity

2016-12-13 Thread Vishnu Bemre
, 2016 8:14 PM To: Vishnu Bemre Cc: Philippe Coval ; iotivity-dev at lists.iotivity.org Subject: Re: [dev] ESP 8266 Support in IoTivity Hi Vishnu, Sorry for that. Simply you can apply this patch manually (It is not a big patch, just you have to change two files) by editing these files. The files

[dev] ESP 8266 Support in IoTivity

2016-12-12 Thread Khaled Qorany
Qorany [mailto:kqorany2 at gmail.com] > *Sent:* Monday, December 12, 2016 8:14 PM > *To:* Vishnu Bemre > *Cc:* Philippe Coval ; > iotivity-dev at lists.iotivity.org > > *Subject:* Re: [dev] ESP 8266 Support in IoTivity > > > > Hi Vishnu, > > > > Sorry for that

[dev] ESP 8266 Support in IoTivity

2016-12-12 Thread Vishnu Bemre
: Vishnu Bemre Cc: Philippe Coval ; iotivity-dev at lists.iotivity.org Subject: Re: [dev] ESP 8266 Support in IoTivity Hi Vishnu, Sorry for that. Simply you can apply this patch manually (It is not a big patch, just you have to change two files) by editing these files. The files you have to change

[dev] ESP 8266 Support in IoTivity

2016-12-12 Thread Khaled Qorany
> patch -R -p1 < esp8266.patch > > > > 6) Building IoTivity for ESP8266 > > $ scons TARGET_OS=esp8266 ESP8266_HOME= INSTALL_DIR> > > ======== > > &

[dev] ESP 8266 Support in IoTivity

2016-12-12 Thread Vishnu Bemre
= From: Philippe Coval [mailto:philippe.coval@gmail.com] Sent: Saturday, December 10, 2016 12:07 AM To: Vishnu Bemre Cc: Philippe Coval ; iotivity-dev at lists.iotivity.org Subject: Re: [dev] ESP 8266 Support in IoTivity On Fri, Dec 9, 2016 at 4:26 AM, Vishnu Bemre mailto:vishnu.bemre at hcl.com>

[dev] ESP 8266 Support in IoTivity

2016-12-09 Thread Philippe Coval
On Fri, Dec 9, 2016 at 4:26 AM, Vishnu Bemre wrote: > hi Philippe Coval, > > Thanks. I will try to spend time on this. > Great ! I can try to help if you're facing wall > I could see the code but unable to download it. > Do you see the "download" menu on right of https://gerrit.iotivity.org

[dev] ESP 8266 Support in IoTivity

2016-12-09 Thread Vishnu Bemre
; iotivity-dev at lists.iotivity.org Subject: Re: [dev] ESP 8266 Support in IoTivity On 08/12/16 10:14, Vishnu Bemre wrote: Hi Thanks! I am looking for IoTivity support for esp8266 module. Can you please tell me sample file(s) names for this? Well we don't have any merged yet: but some

[dev] ESP 8266 Support in IoTivity

2016-12-08 Thread Matta Jayaram
Dear Vishnu, Before Porting Iotivity to ESP8266 analyze the steps to Port iotivity to Arduino .Problem with Wifi shield.use that OCServer program as reference and identify why this(mentioned in iotivity 1.1.1) wifi shield not supporting Multicasting. On Thu, Dec 8, 2016 at 2:35 PM, Phili

[dev] ESP 8266 Support in IoTivity

2016-12-08 Thread Matta Jayaram
> *Cc:* iotivity-dev at lists.iotivity.org > *Subject:* Re: [dev] ESP 8266 Support in IoTivity > > > > Dear Vishnu, > > Yes it is possible , I ported Iotivity to ESP8266 and I builted an > Smartplug prototype with it. > > For reference you can use that sample pro

[dev] ESP 8266 Support in IoTivity

2016-12-08 Thread Matta Jayaram
Dear Vishnu, Yes it is possible , I ported Iotivity to ESP8266 and I builted an Smartplug prototype with it. For reference you can use that sample programs available for arduino with few changes. On Thu, Dec 8, 2016 at 12:49 PM, Vishnu Bemre wrote: > Hello, > > I would like to use ESP 8

[dev] ESP 8266 Support in IoTivity

2016-12-08 Thread Philippe Coval
On 08/12/16 10:14, Vishnu Bemre wrote: > > Hi > > Thanks! > > I am looking for IoTivity support for esp8266 module. > > Can you please tell me sample file(s) names for this? > Well we don't have any merged yet: but some code is under review, I added relevant links at: https://wiki.iotivity.org/

[dev] ESP 8266 Support in IoTivity

2016-12-08 Thread Philippe Coval
On 08/12/16 10:00, Vishnu Bemre wrote: > > Dear Jayaram, > > Thanks. > > I could find OCServer under > \iotivity-1.1.1\resource\csdk\stack/samples/Arduino/SimpleClientServer > but this seem to be using wi fi shield. Is this the right one? > > If NOT, can you please tell me which sample file to

[dev] ESP 8266 Support in IoTivity

2016-12-08 Thread Vishnu Bemre
, December 08, 2016 2:35 PM To: iotivity-dev at lists.iotivity.org Subject: Re: [dev] ESP 8266 Support in IoTivity On 08/12/16 10:00, Vishnu Bemre wrote: Dear Jayaram, Thanks. I could find OCServer under \iotivity-1.1.1\resource\csdk\stack/samples/Arduino/SimpleClientServer but this seem to be

[dev] ESP 8266 Support in IoTivity

2016-12-08 Thread Vishnu Bemre
From: Matta Jayaram [mailto:mattajaya...@gmail.com] Sent: Thursday, December 08, 2016 2:00 PM To: Vishnu Bemre Cc: iotivity-dev at lists.iotivity.org Subject: Re: [dev] ESP 8266 Support in IoTivity Dear Vishnu, Arduino sample programs are Available in Iotivity main Distribution 1.1.1(https

[dev] ESP 8266 Support in IoTivity

2016-12-08 Thread Vishnu Bemre
Bemre Cc: iotivity-dev at lists.iotivity.org Subject: Re: [dev] ESP 8266 Support in IoTivity Dear Vishnu, Yes it is possible , I ported Iotivity to ESP8266 and I builted an Smartplug prototype with it. For reference you can use that sample programs available for arduino with few changes. On

[dev] ESP 8266 Support in IoTivity

2016-12-08 Thread Vishnu Bemre
Hello, I would like to use ESP 8266 wifi module with IoTivity. Can you please let me know whether it is possible? If it is possible, please send me an example program for my reference. Thanks in advance Vishnu ::DISCLAIMER:: -

[dev] ESP 8266 Support in IoTivity

2016-12-08 Thread Vishnu Bemre
Hello, I would like to use ESP 8266 wifi module with IoTivity. Can you please let me know whether it is possible? If it is possible, please send me an example program for my reference. Thanks in advance Vishnu ::DISCLAIMER:: -