On Thursday 15 October 2015 05:10:45 JiHwan Seo wrote: > Hi Thiago & John, > > we tested it through simpleserver/simpleclient and ca sample > base on Android device such as Nexus6, samsung mobile phone(S6, Note5). > > actually if platform is critical, you should have confirmed battery > consumption in advance. and profile by yourself before modifications. > will you reply the same response to personal developer who try to use it?
I'm not sure what kind of profiling John and Tim did. They'll have to report whether they've experienced that kind of behaviour. I personally don't have any Android device to test with. > if network monitor you modified has relation with Android platform, > i think it is better to use Android API through JNI like BT. It uses JNI. But I can't find the target Java code $ git grep -l org.iotivity.ca.CaIpInterface resource/csdk/connectivity/src/ resource/csdk/connectivity/src/ip_adapter/android/caipnwmonitor.c resource/csdk/connectivity/src/ip_adapter/android/org_iotivity_ca_CaIpInterface.h It's only finding the C source code. I actually don't see any .java files inside the connectivity abstraction! $ git ls-files resource/csdk/connectivity/src/\*.java [no output] -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
