Re: [dev] direct pairing

2017-08-18 Thread Thiago Moura
*"it was supposed to be **the new, official API layer."* Is it still the plan? What will happen to resource encapsulation and the smarthome API proposal? On Fri, Aug 18, 2017 at 9:00 PM, Thiago Macieira wrote: > On Friday, 18 August 2017 14:50:43 PDT Gregg Reynolds wrote: > > even better: IPC

Re: [dev] direct pairing

2017-08-18 Thread Thiago Macieira
On Friday, 18 August 2017 14:50:43 PDT Gregg Reynolds wrote: > even better: IPCA. one of infinitely many c++ wrappers on csdk. why on > earth is it in master? Because IPCA wasn't supposed to be a vendor extension, it was supposed to be the new, official API layer. The current csdk would become

Re: [dev] direct pairing

2017-08-18 Thread Gregg Reynolds
On Aug 18, 2017 4:29 PM, "Gregg Reynolds" wrote: On Aug 18, 2017 3:55 PM, "Mats Wichmann" wrote: On 08/18/2017 02:40 PM, Thiago Macieira wrote: > On Friday, 18 August 2017 13:22:18 PDT Gregg Reynolds wrote: >> iotivity, the project, or iotivity, the ocf implementation? > > I meant the code th

Re: [dev] direct pairing

2017-08-18 Thread Gregg Reynolds
On Aug 18, 2017 3:55 PM, "Mats Wichmann" wrote: On 08/18/2017 02:40 PM, Thiago Macieira wrote: > On Friday, 18 August 2017 13:22:18 PDT Gregg Reynolds wrote: >> iotivity, the project, or iotivity, the ocf implementation? > > I meant the code that the IoTivity Project releases as "IoTivity". > > T

Re: [dev] direct pairing

2017-08-18 Thread Heldt-Sheller, Nathan
al Message- From: iotivity-dev-boun...@lists.iotivity.org [mailto:iotivity-dev-boun...@lists.iotivity.org] On Behalf Of Mats Wichmann Sent: Friday, August 18, 2017 1:56 PM To: iotivity-dev@lists.iotivity.org Subject: Re: [dev] direct pairing On 08/18/2017 02:40 PM, Thiago Macieira wrote: > On

Re: [dev] direct pairing

2017-08-18 Thread Mats Wichmann
On 08/18/2017 02:40 PM, Thiago Macieira wrote: > On Friday, 18 August 2017 13:22:18 PDT Gregg Reynolds wrote: >> iotivity, the project, or iotivity, the ocf implementation? > > I meant the code that the IoTivity Project releases as "IoTivity". > > That happens to be OCF's reference implementation

Re: [dev] direct pairing

2017-08-18 Thread Thiago Macieira
On Friday, 18 August 2017 13:22:18 PDT Gregg Reynolds wrote: > iotivity, the project, or iotivity, the ocf implementation? I meant the code that the IoTivity Project releases as "IoTivity". That happens to be OCF's reference implementation. > my 2 cents: the project is an appropriate home for ve

Re: [dev] direct pairing

2017-08-18 Thread Gregg Reynolds
On Aug 18, 2017 3:07 PM, "Thiago Macieira" wrote: On Friday, 18 August 2017 12:03:01 PDT Dave Thaler via iotivity-dev wrote: > “should not vendor-specific features go in vendor-specific > forks or libs? otherwise we end up with a kitchen sink o' cruft.” > > Completely agree with th

Re: [dev] direct pairing

2017-08-18 Thread Thiago Macieira
On Friday, 18 August 2017 12:03:01 PDT Dave Thaler via iotivity-dev wrote: > “should not vendor-specific features go in vendor-specific > forks or libs? otherwise we end up with a kitchen sink o' cruft.” > > Completely agree with that. Vendor-specific features should never be code

Re: [dev] direct pairing

2017-08-18 Thread Dave Thaler via iotivity-dev
view. Dave From: iotivity-dev-boun...@lists.iotivity.org [mailto:iotivity-dev-boun...@lists.iotivity.org] On Behalf Of Gregg Reynolds Sent: Friday, August 18, 2017 11:54 AM To: Heldt-Sheller, Nathan Cc: iotivity-dev@lists.iotivity.org Subject: Re: [dev] direct pairing On Aug 18, 2017 12:

Re: [dev] direct pairing

2017-08-18 Thread Gregg Reynolds
e that helps, Nathan *From:* iotivity-dev-boun...@lists.iotivity.org [mailto: iotivity-dev-boun...@lists.iotivity.org] *On Behalf Of *Nash, George *Sent:* Thursday, August 17, 2017 5:03 PM *To:* Gregg Reynolds ; iotivity-dev@lists.iotivity.org *Subject:* Re: [dev] direct pairing I would lik

Re: [dev] direct pairing

2017-08-18 Thread Heldt-Sheller, Nathan
the 1.3.1 RC tags start coming in (~2 weeks from now). Thanks, Nathan -Original Message- From: iotivity-dev-boun...@lists.iotivity.org [mailto:iotivity-dev-boun...@lists.iotivity.org] On Behalf Of Mats Wichmann Sent: Friday, August 18, 2017 10:48 AM To: iotivity-dev@lists.iotivity.org S

Re: [dev] direct pairing

2017-08-18 Thread Mats Wichmann
On 08/18/2017 11:20 AM, Heldt-Sheller, Nathan wrote: > Hi George, > > Direct Pairing wasn’t ever a Specified feature; it was a Vendor Defined > feature that shouldn’t have been compiled in by default in the first place > (all vendor-defined features should be conditionally compiled out by defaul

Re: [dev] direct pairing

2017-08-18 Thread Heldt-Sheller, Nathan
: Re: [dev] direct pairing I would like to know what is the process for deprecation. On past projects that I have worked on we had a clearly specified deprecation process. Once a feature or API was deprecated it was marked deprecated in the code using paragmas, markup, or whatever means was needed

Re: [dev] direct pairing

2017-08-17 Thread Nash, George
I would like to know what is the process for deprecation. On past projects that I have worked on we had a clearly specified deprecation process. Once a feature or API was deprecated it was marked deprecated in the code using paragmas, markup, or whatever means was needed. If it tells the compil