Re: [dev] Question about discoverable resources

2018-01-16 Thread Dave Thaler via iotivity-dev
There’s a couple of cases: 1. A resource exists that is not discoverable at all. If you somehow know the full URI, you can use it. 2. A resource exists that is publicly discoverable. Everyone on the network can see its existence, even if you can’t do any operations on it. 3. A resour

Re: [dev] OCF Developer Kit for sale?

2018-01-16 Thread Mats Wichmann
On 01/16/2018 12:35 PM, Rob Glidden wrote: > Sorry if this is wrong list for this question. > > At CES 2018, the OCF booth was handing out cards to: > > https://openconnectivity.org/developer-kit > > > The getting started guide on the site (Version 2

Re: [dev] OCF Developer Kit for sale?

2018-01-16 Thread Mats Wichmann
On 01/16/2018 01:14 PM, Gregg Reynolds wrote: > The mind boggles. > > This seems to be an "Iotivity Kit". Even though it doesn't seem to be a > "kit". Why was it not announced on this list? The Kit is definitely an OCF project, not something developed by or involving iotivity devs (except in t

[dev] OCF Developer Kit for sale?

2018-01-16 Thread r...@robglidden.com
Sorry if this is wrong list for this question. At CES 2018, the OCF booth was handing out cards to: https://openconnectivity.org/developer-kit The getting started guide on the site (Version 2, January 8, 2018) implies the kit is available, but also

Re: [dev] a few more API questions (doc, mainly). long-ish.

2018-01-16 Thread Nash, George
> I don't know if it's correct for any headers to be included in both doxygen > API lists, but here is the duplicated set: If the C APIs are likely to be used in the C++ programs then it does make since for the header to be in both C and C++ doxygen. Figuring out which headers should go in both

Re: [dev] OCF Developer Kit for sale?

2018-01-16 Thread Gregg Reynolds
On Jan 16, 2018 1:35 PM, "Rob Glidden" wrote: Sorry if this is wrong list for this question. This is probably the right place. I don't know of any public ocf list. At CES 2018, the OCF booth was handing out cards to: https://openconnectivity.org/developer-kit The getting started guide on th

[dev] OCF Developer Kit for sale?

2018-01-16 Thread Rob Glidden
Sorry if this is wrong list for this question. At CES 2018, the OCF booth was handing out cards to: https://openconnectivity.org/developer-kit The getting started guide on the site (Version 2, January 8, 2018) implies the kit is available, but also

[dev] IoTivity fat jar from scons?

2018-01-16 Thread Arthur Barros Lapprand
Hi all, Isn't there a way for scons to generate a jar with all dependencies? The iotivity.jar needs the env LD_LIBRARY_PATH to work but I don't want to use it because the release folder has around 800 MB of space while building scons on java/ (Trying to build a small Docker image). Yes, I need the