[dev] Building with IAR

2017-04-05 Thread sunlf
Hi, IoT devs Now IoTivity didn't support IAR building. Is there any plan to support that? Thanks Jason Sun -- next part -- An HTML attachment was scrubbed... URL:

[dev] 答复: Building with IAR

2017-04-06 Thread sunlf
IAR is a compiler which is running on Windows OS and generate package for ARM structure embedded device. Details see www.iar.com Thanks Jason Sun -- ???: Mats Wichmann [mailto:mats at wichmann.us] : 2017?4?6? 9:21 ???: sunlf; iotivity-dev at lists.iotivity.org ??: Re: [dev

[dev] 答复: 答复: Building with IAR

2017-04-07 Thread sunlf
Hi, George Now I'm using RealSil WiFi module to do developing. For that, IAR is used as compiler. So, I hope that OCF supporting IAR compiling. Thanks Jason Sun -- ???: Nash, George [mailto:george.nash at intel.com] : 2017?4?7? 5:46 ???: sunlf; 'Mats Wichmann'

[dev] IoTivity building for ARM architecture

2017-03-27 Thread sunlf
Hi, IoT devs I want to make a build for ARM architecture. The command is like 'scons 'ARGET_ARCH=arm TC_PREFIX= TC_PATH=' But the building failed and it shows 'unrecognized command line option '-pthread'' on terminal. Should I remove all flags('-pthread') in OCF scripts? Here will be a

[dev] About supporting threadX OS

2017-03-31 Thread sunlf
Hi IoT devs, Now I want to use a WIFI module(threadX OS) to run OCF code. Does IoT support threadX OS now? Thanks and waiting for the feedback. Jason Sun -- next part -- An HTML attachment was scrubbed... URL:

[dev] 答复: About supporting threadX OS

2017-03-31 Thread sunlf
Macieira [mailto:thiago.macieira at intel.com] : 2017?3?31? 8:53 ???: iotivity-dev at lists.iotivity.org ??: sunlf; kishen.maloor at intel.com ??: Re: [dev] About supporting threadX OS On quinta-feira, 30 de mar?o de 2017 17:36:01 PDT sunlf wrote: > Hi IoT devs, > > Now I want to u

[dev] 答复: 答复: About supporting threadX OS

2017-03-31 Thread sunlf
Hi, IoT dev, About RTOS for embedded system, since it's a open source project, who should be the volunteer? Thanks Jason sun ??? ** ??? 62571988-243 ??? 15210273351 ??? sunlf at haierubic.com -- ???: Thiago Mac

[dev] 答复: 答复: About supporting threadX OS

2017-03-31 Thread sunlf
Sorry wrong spelling in last mail. The specific name should be FreeRTOS. Thanks Jason Sun -- ???: sunlf [mailto:sunlf at haierubic.com] : 2017?3?31? 15:27 ???: 'Thiago Macieira' ??: 'kishen.maloor at intel.com'; 'iotivity-dev at lists.iotivity.org&#

[dev] Question about hard limits for running IoTivity

2017-07-13 Thread sunlf
Hi, Devs, I'm writing this mail to ensure one question. To run IoT, is there any hardware limitation? What's the smallest request of FLASH and RAM? Thanks Jason ___ iotivity-dev mailing list iotivity-dev@lists.iotivity.org https://lists.i

[dev] 答复: Question about hard limits for running IoTivity

2017-07-16 Thread sunlf
Thanks a lot Jason Sun -邮件原件- 发件人: Thiago Macieira [mailto:thiago.macie...@intel.com] 发送时间: 2017年7月17日 6:07 收件人: iotivity-dev@lists.iotivity.org 抄送: sunlf 主题: Re: [dev] Question about hard limits for running IoTivity On quinta-feira, 13 de julho de 2017 17:50:57 PDT sunlf wrote: >

[dev] Can I get examples writen in C language

2017-08-04 Thread sunlf
Hi, IoT devs, I'm studying writing a code for light deice, WIFI module for example. Do you have examples which are written in C language? I found that most of examples under folder resource/examples are in C++ language. Thanks Jason Sun _

[dev] One question about resource interface name

2017-08-04 Thread sunlf
“core.rw”. What is the difference? May I set that param as xxx.yyy if my device is a special one? It must be downcase? Thanks Jason Sun 发件人: sunlf [mailto:su...@haierubic.com] 发送时间: 2017年8月4日 16:36 收件人: 'iotivity-dev@lists.iotivity.org' 主题: Can I get examples writen in

[dev] 答复: One question about resource interface name

2017-08-04 Thread sunlf
Great thanks Jason Sun 发件人: Tonny Tzeng [mailto:tonny.tz...@gmail.com] 发送时间: 2017年8月4日 17:27 收件人: sunlf 抄送: iotivity-dev 主题: Re: [dev] One question about resource interface name You may reference section 7.6 in the OCF Core specification [1] for detailed description. Basically

[dev] One question about using lib

2017-08-06 Thread sunlf
Hi, Devs, For IoT project, scons is used. And I have a question about using lib. 1. May I use .o file as the lib? Thanks Jason Sun 发件人: Wouter van der Beek (wovander) [mailto:wovan...@cisco.com] 发送时间: 2017年8月4日 18:39 收件人: sunlf; 'Tonny Tzeng' 抄送: 'iotiv

[dev] 答复: One question about using lib

2017-08-07 Thread sunlf
Great thanks Jason Sun 发件人: Nash, George [mailto:george.n...@intel.com] 发送时间: 2017年8月8日 5:55 收件人: sunlf; 'iotivity-dev' 主题: RE: [dev] One question about using lib As a general rule the files used for the lib are *.a or *.so files for linux or *.lib or *.dll for windows. I

[dev] One question about LWIP_IPV6

2017-08-28 Thread sunlf
Hi, Devs For IoT project, LWIP_IPV6 must be set as 1? If I set it as 0, some compiling error will be there for extlib/tinydtls. Thanks Jason Sun ___ iotivity-dev mailing list iotivity-dev@lists.iotivity.org https://lists.iotivity.org/mailman

[dev] One question about building

2017-08-31 Thread sunlf
Hi,Devs, I have one question about building option, SECURED. My understanding is , if setting SECURED=1 while building, this will cause while the communication between Sever and Client, SSL will be used. And for the implement of Server and Client, OC_SECURE must be set. If SECURED=1

[dev] One question about client finding resouces

2017-09-01 Thread sunlf
Hi Devs I met a problem while coding OCF app. I created resources using C language with attached file Server.c . But, I can’t find the resource created by Server with C++ code with attached file Client.cpp. If I using C++ language to write the Server and create resource wit

[dev] 答复: One question about client finding resouces

2017-09-04 Thread sunlf
log of client is attached here. Thanks Jason Sun 发件人: Philippe Coval [mailto:philippe.co...@osg.samsung.com] 发送时间: 2017年9月1日 17:09 收件人: sunlf; 'iotivity-dev' 主题: Re: [dev] One question about client finding resouces On 01/09/17 09:04, sunlf wrote: Hi Devs I met

[dev] 答复: One question about client finding resouces

2017-09-05 Thread sunlf
have any ideas about this? Thanks Jason Sun 发件人: Philippe Coval [mailto:philippe.co...@osg.samsung.com] 发送时间: 2017年9月1日 17:09 收件人: sunlf; 'iotivity-dev' 主题: Re: [dev] One question about client finding resouces On 01/09/17 09:04, sunlf wrote: Hi Devs I met a pro

[dev] About failed to finding resources

2017-09-06 Thread sunlf
Hi, Devs, I met a problem with finding resources created by server, details as below. Using file resource/csdk/stack/samples/linux/SimpleClientServer/ocserver.cpp as reference, I made a server and changing the function of createresouce as below: OCStackResult result; result =

[dev] Fail to calling API OCInit1

2017-09-19 Thread sunlf
Hi, Dev, I using below API to init OCF, but returning value is 255. Could anybody know what does that mean 255? I checked web, https://api-docs.iotivity.org/l

[dev] 答复: Fail to calling API OCInit1

2017-09-19 Thread sunlf
Hi, Dev, Please ignore my previous mail. I got the answer, 255 means OC_STACK_ERROR. I got this from file octypes.h. Thanks Jason Sun 发件人: sunlf [mailto:su...@haierubic.com] 发送时间: 2017年9月20日 10:34 收件人: 'iotivity-dev' 主题: Fail to calling API OCInit1 Hi, Dev, I u

[dev] 答复: Fail to calling API OCInit1

2017-09-19 Thread sunlf
Hi, Dev, I got the result form OCInit1() as 255, how could I know the exact reason? Thanks in advance Jason Sun 发件人: sunlf [mailto:su...@haierubic.com] 发送时间: 2017年9月20日 10:41 收件人: 'iotivity-dev' 主题: 答复: Fail to calling API OCInit1 Hi, Dev, Please ignore my pre

[dev] About language Python and Node.js

2017-09-29 Thread sunlf
Hi, Devs, Now, does OCF Iotivity project support using language Python and Node.js? Thanks Jason Sun ___ iotivity-dev mailing list iotivity-dev@lists.iotivity.org https://lists.iotivity.org/mailman/listinfo/iotivity-dev

[dev] About the difference PUT and POST action

2017-10-31 Thread sunlf
Hi, devs, For C++ API, here are 2 functions, PUT and POST. What's the difference between these 2? Thanks Jason Sun ___ iotivity-dev mailing list iotivity-dev@lists.iotivity.org https://lists.iotivity.org/mailman/listinfo/iotivity-dev