Thankyou Abhisek
________________________________ From: Abhishek Sharma <[email protected]> Sent: Friday, December 18, 2015 5:55 PM To: Raghavendra Kakarla Cc: iotivity-dev at lists.iotivity.org Subject: Re: [dev] Sample APP for Iotivity Gateway Stand-alone concept was removed during code review. An iotivity device will be either an "End Device" (default) or a "Gateway". ------- Original Message ------- Sender : Raghavendra Kakarla<Raghavendra.Kakarla at inedasystems.com> Date : Dec 18, 2015 17:52 (GMT+05:30) Title : Re: [dev] Sample APP for Iotivity Gateway Hi Abhisek, Thank you for your response. I have one doubt i.e Is it the end server and client should be build with 'ROUTING=EP' of standalone also work with gateway? Regards, Raghavendra K. ________________________________ From: Abhishek Sharma <[email protected]> Sent: Friday, December 18, 2015 5:47 PM To: Raghavendra Kakarla Cc: iotivity-dev at lists.iotivity.org Subject: Re: [dev] Sample APP for Iotivity Gateway Hi Raghavendra If you are looking for only routing functionality in Gateway, you can run: ocrouting (\resource\csdk\stack\samples\linux\SimpleClientServer\ocrouting.cpp) Otherwise any client or server application can be initialized in gateway mode. In csdk / RI sample, use: OCInit (NULL, 0, OC_GATEWAY) In Java sample, use: PlatformConfig platformConfig = new PlatformConfig( context, ServiceType.IN_PROC, ModeType.GATEWAY, "0.0.0.0", 0, QualityOfService.LOW ); Regards Abhishek Sharma ------- Original Message ------- Sender : Raghavendra Kakarla<Raghavendra.Kakarla at inedasystems.com> Date : Dec 18, 2015 16:13 (GMT+05:30) Title : [dev] Sample APP for Iotivity Gateway Hi All, I built the iotivity-1.0.0 as gateway by enabling the "ROUTING=GW" flag. It built successfully but where do i get the sample application to run for device acting as a gateway. Please help in getting the info. Thanks in advance. Regards, Raghavendra K. [cid:BGFC2LL5XOK0 at namo.co.kr] ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20151218/cbda4ef2/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 201512181755392_Z5JE7EUA.gif Type: image/gif Size: 13168 bytes Desc: 201512181755392_Z5JE7EUA.gif URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20151218/cbda4ef2/attachment.gif>
