Ashok,

MediaTek tested the Android stack and API for their purposes on master. There 
are no Android specific unit tests that I am aware of. I do not think that the 
Test Engineering team has developed automated testing. I will be recommending 
that they focus on the Android SDK/API that exists in the android-api branch 
since it support both client and server APIs and received approval as the path 
forward from several groups.

When you ask about comments on android version, I think that you are asking 
what versions of android are supported. I do not think that it is documented, 
but the build scripts do select an android API level. I am travelling right and 
do not have the information handy.

Pat



From: ASHOKBABU CHANNA [mailto:[email protected]] 
Sent: Wednesday, April 01, 2015 10:38 PM
To: Lankswert, Patrick; Keane, Erich; Uze Choi
Cc: iotivity-dev at lists.iotivity.org
Subject: Re: RE: [dev] [API change info sharing request] RE: Change in 
iotivity[master]: Redefine and implement findResource API



Dear Pat,

I completely agree that merging CA should not break any thing in master. 



Point is, we are discussing two different topics which are independent.

1) Publishing the APIs:

 Mr.Uze Choi has requested to publish the APIs for easy primitive service 
modification and Vijay published the APIs yesterday. Thanks Vijay. It is not 
blocked as I mentioned in my previous mail.



2) Merging CA to master:

As CA is a multi-thread (Rich), single-thread (Lite) and RI is Single thread, 
there is a dependency with glib library on android (For Linux/Tizen it will 
link automatically)

We created a build instructions and patch file @  
<https://gerrit.iotivity.org/gerrit/#/c/623/> 
https://gerrit.iotivity.org/gerrit/#/c/623/ about how to build in android and 
make glib library. This allows building in android.



I have one question. Is the cstack tested on android in master or in ca branch 
? We tested CA in android but did not see any comments on CA android version so 
curious about it.



Regards,

Ashok

------- Original Message -------

Sender : Lankswert, Patrick<patrick.lankswert at intel.com 
<mailto:patrick.lankswert at intel.com> >

Date : Apr 02, 2015 00:31 (GMT+09:00)

Title : RE: [dev] [API change info sharing request] RE: Change in 
iotivity[master]: Redefine and implement findResource API



<!--[if mso 9]--> 

Ashok,

Erich is right. If it worked on master, we need to fix it on CA before merging.

Since merge is my #1 priority, it is important to fix.

Pat



From: iotivity-dev-bounces at lists.iotivity.org <mailto:iotivity-dev-bounces 
at lists.iotivity.org>  [mailto:[email protected]] On 
Behalf Of Keane, Erich
Sent: Wednesday, April 01, 2015 11:14 AM
To: ashok.channa at samsung.com <mailto:ashok.channa at samsung.com> ; Uze Choi
Cc: iotivity-dev at lists.iotivity.org <mailto:iotivity-dev at 
lists.iotivity.org> 
Subject: Re: [dev] [API change info sharing request] RE: Change in 
iotivity[master]: Redefine and implement findResource API



This was ultimately my understanding, that we don?t to break anything that is 
currently working.  A simple scons TARGET_OS=android should properly build on 
all branches.

It would be up to Pat to decide on this, so I?m awaiting his clarification.



From: ASHOKBABU CHANNA [mailto:[email protected]] 
Sent: Tuesday, March 31, 2015 5:58 PM
To: Keane, Erich; Uze Choi
Cc: iotivity-dev at lists.iotivity.org <mailto:iotivity-dev at 
lists.iotivity.org> 
Subject: [API change info sharing request] RE: Change in iotivity[master]: 
Redefine and implement findResource API



Dear Erich,



 We did not understand how CA android build issue is blocking ?publishing of 
API changes in base stack?.

I think these two are separate issues to deal with. 



Frankly, if you are ready, you can still go-ahead with publishing the APIs. 

It helps Primitive services to make changes and be ready for v0.9. 



Current CA Android build will work fine if glib-gnome is built with ndk-build. 

We are making it easier by providing the patch file and build instructions.


We already responded to Vijay?s mail regarding the integration of two adapters 

and proposed connectivity name.



Regards,
Ashok

------- Original Message -------

Sender : Keane, Erich<erich.keane at intel.com <mailto:erich.keane at 
intel.com> >

Date : Apr 01, 2015 01:45 (GMT+09:00)

Title : Re: [dev] Asking regarding CA Branch merging Detail: [API change info 
sharing request] RE: Change in iotivity[master]: Redefine and implement 
findResource API



My understanding is that we are still held up on Vijay's list.  One
significant outstanding item that I see is the Android build on CA,
which does not properly build using SCONS, which I believe is considered
a blocker.

I'd emailed both Ashoks earlier last week, though I didn't hear anything
back.

On Tue, 2015-03-31 at 19:27 +0900, ???(Uze Choi) wrote:
> Hi Pat,
> 
> As far as I know, you will merge the CA code into master at the end of this 
> week.
> For smooth integration, we are now changing the primitive service source code 
> for changed base layer APIs.
> And have the plan to push the code into the CA branch.
> However, there are lots of discrepancy between CA and master branch including 
> bugfix and so on from the primitive service point of view.
> 
> So that I wish you merge the CA code into the master with auto-merge command, 
> which make sure the latest committed primitive source code into master.
> Please share the plan of merge detail.
> 
> BR, Uze Choi
> -----Original Message-----
> From: ???(Uze Choi) [mailto:uzchoi at samsung.com] 
> Sent: Monday, March 30, 2015 2:28 PM
> To: 'Kesavan, Vijay S'
> Cc: 'Lankswert, Patrick'; 'iotivity-dev at lists.iotivity.org'
> Subject: RE: [API change info sharing request] RE: Change in 
> iotivity[master]: Redefine and implement findResource API
> 
> Hi Vijay,
> 
> "Early next week we will send an email to the reflector outlining the changes 
> and actions that have to be taken by those using the APIs."
> >> Could you share the API change context ASAP?
>     To prepare the April release, primitive service should integrate with 
> updated base layer by CA branch.
> Thank you for your information sharing in advance.
> 
> BR, Uze Choi
> -----Original Message-----
> From: Kesavan, Vijay S [mailto:vijay.s.kesavan at intel.com] 
> Sent: Friday, March 20, 2015 9:55 AM
> To: uzchoi at samsung.com <mailto:uzchoi at samsung.com> 
> Cc: Lankswert, Patrick; iotivity-dev at lists.iotivity.org 
> <mailto:iotivity-dev at lists.iotivity.org> 
> Subject: RE: [API change info sharing request] RE: Change in 
> iotivity[master]: Redefine and implement findResource API
> 
> Uze,
> 
> With regards to your questions, as discussed previously, the first version of 
> Iotivity with CA will support selecting the connection type in relevant APIs. 
>  Additionally, there will be support to distinguish the same resource 
> discovered on multiple interfaces using a unique identifier, the server ID.  
> These features along with sample applications are already implemented in the 
> CA branch.
> 
> Yes, there are differences between the master and CA APIs (C & C++), not very 
> extensive, and when CA is merged with master the APIs will need update.  
> Early next week we will send an email to the reflector outlining the changes 
> and actions that have to be taken by those using the APIs.
> 
> On an unrelated but relevant note, perhaps you are following the discussion 
> threads in the mailing list suggesting how to handle multiple interfaces.  
> Some of the suggestion are reasonable and when incorporated are expected to 
> result in additional API changes.
> 
> Regards,
> --Vijay
> 
> -----Original Message-----
> From: ???(Uze Choi) [mailto:uzchoi at samsung.com] 
> Sent: Wednesday, March 18, 2015 8:54 PM
> To: Kesavan, Vijay S
> Cc: Lankswert, Patrick; iotivity-dev at lists.iotivity.org 
> <mailto:iotivity-dev at lists.iotivity.org> 
> Subject: RE: [API change info sharing request] RE: Change in 
> iotivity[master]: Redefine and implement findResource API
> 
> Hi, Vijay
> 
> Regarding the previous question, I haven't got the response yet.
> May I expect your explanation? 
> First of all, please Let me clear there is any difference the base layer API 
> between the master branch and  connectivity abstraction branch.
> 
> BR, Uze Choi
> -----Original Message-----
> From: ???(Uze Choi) [mailto:uzchoi at samsung.com] 
> Sent: Friday, February 13, 2015 1:06 PM
> To: Kesavan, Vijay S (vijay.s.kesavan at intel.com <mailto:vijay.s.kesavan at 
> intel.com> )
> Cc: 'Patrick Lankswert'; iotivity-dev at lists.iotivity.org 
> <mailto:iotivity-dev at lists.iotivity.org> 
> Subject: [API change info sharing request] RE: Change in iotivity[master]: 
> Redefine and implement findResource API
> 
> Hi Vijay,
> 
> Could you share the Base Layer API change according to the CA layer merging?
> As far as I know, two feature were discussed.
>  - connectivity selection
>  - host parameter to identify the Resource Server/Clients are same one 
> according to the different connectivity.
> And status together whether implemented or be planned.
> 
> BR, Uze Choi
> -----Original Message-----
> From: Gerrit Code Review [mailto:gerrit at iotivity.org] 
> Sent: Wednesday, February 11, 2015 2:52 AM
> To: Caiwen Zhang
> Cc: Uze Choi; Patrick Lankswert; jenkins-iotivity
> Subject: Change in iotivity[master]: Redefine and implement findResource API
> 
> From Erich Keane :
> 
> Erich Keane has posted comments on this change.
> 
> Change subject: Redefine and implement findResource API 
> ......................................................................
> 
> 
> Patch Set 1:
> 
> The parameters are all supposed to be part of the spec, I don't think they 
> were ever implemented correctly in the C stack however, so the C++ stack 
> kinda punted.
> 
> We definitely need to revisit this and see whats up.
> 
> --
> To view, visit https://gerrit.iotivity.org/gerrit/321
> To unsubscribe, visit https://gerrit.iotivity.org/gerrit/settings
> 
> Gerrit-MessageType: comment
> Gerrit-Change-Id: I1ca7ea0ec6114b661aee7c83f0fe4567784b3a56
> Gerrit-PatchSet: 1
> Gerrit-Project: iotivity
> Gerrit-Branch: master
> Gerrit-Owner: Caiwen Zhang 
> Gerrit-Reviewer: Erich Keane 
> Gerrit-Reviewer: Patrick Lankswert 
> Gerrit-Reviewer: Uze Choi 
> Gerrit-Reviewer: jenkins-iotivity 
> Gerrit-HasComments: No
> 
> 
> _______________________________________________
> iotivity-dev mailing list
> iotivity-dev at lists.iotivity.org <mailto:iotivity-dev at 
> lists.iotivity.org> 
> https://lists.iotivity.org/mailman/listinfo/iotivity-dev

_______________________________________________
iotivity-dev mailing list
iotivity-dev at lists.iotivity.org <mailto:iotivity-dev at lists.iotivity.org> 
https://lists.iotivity.org/mailman/listinfo/iotivity-dev












  
<http://ext.samsung.net/mailcheck/SeenTimeChecker?do=1dc10d3d9c28bbee21a65facc0306608a80f2874cee2ddb1a1889aa8efbbee4788d6974bd2f79a3cb3b9c254041823979dd130b31b023ef15296970253332b3707805447a154a46fcf878f9a26ce15a0>
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150402/fc00fd61/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 13168 bytes
Desc: not available
URL: 
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150402/fc00fd61/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 7198 bytes
Desc: not available
URL: 
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150402/fc00fd61/attachment.p7s>

Reply via email to