Re: [dev] Multicast discovery failure (usually after WiFi netwrok switches)

2018-01-02 Thread Max Kholmyansky
Hi George, Thanks for responding. There are 2 "layers" of the issue that we discovered, and I would like to share. The #1 problem was the lack of the *context in the OcPlatform * initialization. Android SDK works quite well when you pass 'null' as a Context in PlatformConfig. But seems like the

Re: [dev] Question about IP adapter variation according to TARGET OS

2018-01-02 Thread Gregg Reynolds
On Jan 2, 2018 11:27 PM, "Ashok Babu Channa" wrote: Hi, I underatand that nwmonitor is the only difference. Then, my question is, why is nwmonitor implemented differently for each OS, not using the linux-based nwmonitor together for android and tizen? (For clear explanation, I think nwmonitor

Re: [dev] Proposed API guidelines

2018-01-02 Thread Gregg Reynolds
On Aug 18, 2017 10:55 AM, "Dave Thaler via iotivity-dev" < iotivity-dev@lists.iotivity.org> wrote: As the new API maintainer, here’s a set of proposed API guidelines. Please review so and feedback can be incorporated before making official guidelines. 1 APIs -- There are three types of A

Re: [dev] Question about IP adapter variation according to TARGET OS

2018-01-02 Thread Ashok Babu Channa
Hi, I underatand that nwmonitor is the only difference. Then, my question is, why is nwmonitor implemented differently for each OS, not using the linux-based nwmonitor together for android and tizen? (For clear explanation, I think nwmonitor for linux can also be used for android ans tizen.

Re: [dev] Proposed API guidelines

2018-01-02 Thread Gregg Reynolds
On Jan 2, 2018 7:18 PM, "Dave Thaler via iotivity-dev" < iotivity-dev@lists.iotivity.org> wrote: Two new proposed API guidelines, please review: * A public API should not be added to Iotivity if there is already a non-deprecated API that can just as easily be used (i.e., with approximately the sa

Re: [dev] Question about IP adapter variation according to TARGET OS

2018-01-02 Thread Gregg Reynolds
On Jan 2, 2018 1:24 AM, "Ashok Babu Channa" wrote: Except "caipnwmonitor.c" , there are no other files in each OS folder. https://github.com/iotivity/iotivity/tree/1.3-rel/resource/csdk/connectivity/src/ip_adapter/android contains 4 files. ___ iotivit

Re: [dev] Question about IP adapter variation according to TARGET OS

2018-01-02 Thread 신승목
Dear Ashok, It would be great if you could check my following question. only nwmonitor in each OS folder. Could you give more info ? I underatand that nwmonitor is the only difference. Then, my question is, why is nwmonitor implemented differently for each OS, not using the linux

Re: [dev] Proposed API guidelines

2018-01-02 Thread Dave Thaler via iotivity-dev
Two new proposed API guidelines, please review: * A public API should not be added to Iotivity if there is already a non-deprecated API that can just as easily be used (i.e., with approximately the same number of lines of code). * A public API should not be added to Iotivity if the API would pr

Re: [dev] Multicast discovery failure (usually after WiFi netwrok switches)

2018-01-02 Thread Nash, George
Max this is the first that I have heard this problem. Then again, most of us don’t end up switching networks so it very likely you have discovered a new bug. I would encourage creating a Jira ticket for this issue. If you don’t feel comfortable creating a Jira ticket I can create one from the

Re: [dev] Question about IP adapter variation according to TARGET OS

2018-01-02 Thread 신승목
First of all, I appreciate for your quick reply. Here is feedback for your comment. Except "caipnwmonitor.c" , there are no other files in each OS folder. I see. Network monitor is the only difference of ip adapter across existing OS. Latest IoTivity(master,1.3-rel), already having on