Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » OM2M » Hybrid addressing of a resource(Hybrid addressing of a resource)
Hybrid addressing of a resource [message #1784731] Tue, 03 April 2018 10:30
Ferenc Unghváry is currently offline Ferenc UnghváryFriend
Messages: 4
Registered: February 2018
Junior Member
Let's assume there are 4 resources:


  • A: rn='A', ri='/mn_cse/1'
  • B: rn='B', ri='/mn_cse/2'
  • C: rn='C', ri='/mn_cse/3'
  • D: rn='D', ri='/mn_cse/4'


The resource hierarchy is:


  • Resource D is child of resource C.
  • Resource C is child of resource B.
  • Resource B is child of resource A.


According to specification of OneM2M (Annex I of Functional Architecture v 2.18.1) the following addressing of resource D should be allowed:


  • /mn-cse/mn_cse/name/A/B/C/D
  • /mn-cse/1/B/C/D
  • /mn-cse/2/C/D
  • /mn-cse/3/D
  • /mn-cse/4


Unfortunately current version of OM2M supports the following addressing only:


  • /mn-cse/mn_cse/name/A/B/C/D
  • /mn-cse/4


Is it planned to support the following (hybrid) resource addressing in a future version of OM2M?


  • /mn-cse/1/B/C/D
  • /mn-cse/2/C/D
  • /mn-cse/3/D


If yes, which version will support this kind of addressing?
Previous Topic:ACP (access control policy) fails on second update
Next Topic:Announce a resource
Goto Forum:
  


Current Time: Fri Apr 26 07:02:03 GMT 2024

Powered by FUDForum. Page generated in 0.03240 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top