On Tue, Jun 7, 2016 at 12:20 AM, JiHwan Seo <jihwan.seo at samsung.com> wrote:
> Hi gregg
>
>
>
> CoAP over TCP was applied in EDR / BLE
>
> it means All kinds of platform related BLE is working as CoAP over TCP
> (flag is WITH_TCP)
>
> please refer below Sconscript
>
> if (('BLE' in ca_transport) or ('BT' in ca_transport) or ('ALL' in
> ca_transport))
>
> env.AppendUnique(CPPDEFINES = ['WITH_TCP'])
>
>
>
> as you aware, CoAP over TCP header has a total size of the message.
>
> and we can get its total size through 'coap_get_total_message_length'
> method.
>
> again this method depending on CoAP over TCP.
>
>
>
> anyway we should handle that warning.
>
> please tell me full 'scons' command you have inputed.
>
Hi Jihwan,
Thanks, the problem turns out to be that ca_transport defaults to ALL but
Darwin does not use the bluez stack so it should be IP only. When I run
'scons TARGET_TRANSPORT=IP` the warning does not appear. I'll fix the
config files so they do the right thing for darwin.
Thanks,
Gregg
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160607/bf236b78/attachment.html>