Closed csosto-pk closed 5 years ago
Proposed text
Discoverable port numbers can be returned in the response payload. An example response payload for non default CoAPS server port 61617 follows below. Linefeeds were included only for readability.
REQ: GET /.well-known/core?rt=ace.est* RES: 2.05 Content coap://[2001:db8:3::123]:61617/est;rt="ace.est", coap://[2001:db8:3::123]:61617/est/crts;rt="ace.est.crts"; ct="281 TBD287", coap://[2001:db8:3::123]:61617/est/sen;rt="ace.est.sen";ct="281 TBD287", coap://[2001:db8:3::123]:61617/est/sren;rt="ace.est.sren";ct="281 TBD287", coap://[2001:db8:3::123]:61617/est/att;rt="ace.est.att";ct="285", coap://[2001:db8:3::123]:61617/est/skg;rt="ace.est.skg";ct="62 280 284 281 TBD287"
Waiting for confirmation from Jim.
Jim was OK with the following change
REQ: GET /.well-known/core?rt=ace.est* RES: 2.05 Content coaps://[2001:db8:3::123]:61617/est;rt="ace.est", coaps://[2001:db8:3::123]:61617/est/crts;rt="ace.est.crts"; ct="281 TBD287", coaps://[2001:db8:3::123]:61617/est/sen;rt="ace.est.sen";ct="281 TBD287", coaps://[2001:db8:3::123]:61617/est/sren;rt="ace.est.sren";ct="281 TBD287", coaps://[2001:db8:3::123]:61617/est/att;rt="ace.est.att";ct="285", coaps://[2001:db8:3::123]:61617/est/skg;rt="ace.est.skg";ct="62 280 284 281 TBD287"
still some small mistakes.
forgot <..> for href skg is just 62 in my opinion as long as multipart-core has not been changed. Panos K. schreef op 2019-02-18 19:33:
Jim was OK with the following change
REQ: GET /.well-known/core?rt=ace.est* RES: 2.05 Content coaps://[2001:db8:3::123]:61617/est;rt="ace.est", coaps://[2001:db8:3::123]:61617/est/crts;rt="ace.est.crts"; ct="281 TBD287", coaps://[2001:db8:3::123]:61617/est/sen;rt="ace.est.sen";ct="281 TBD287", <coaps://[2001:db8:3::123]:61617/est/sren;rt="ace.est.sren";ct="281 TBD287", coaps://[2001:db8:3::123]:61617/est/att;rt="ace.est.att";ct="285", coaps://[2001:db8:3::123]:61617/est/skg;rt="ace.est.skg";ct="62"
-- You are receiving this because you were assigned. Reply to this email directly, view it on GitHub [1], or mute the thread [2].
[1] https://github.com/SanKumar2015/EST-coaps/issues/136#issuecomment-464837701 [2] https://github.com/notifications/unsubscribe-auth/AMWTQSI5ZhxUm6iN6PvoJHP-Zaz7rGgQks5vOvIJgaJpZM4bBJok
still some small mistakes. forgot <..> for href
Not sure what you mean by that.
skg is just 62 in my opinion as long as multipart-core has not been changed.
Check out https://github.com/SanKumar2015/EST-coaps/issues/127 We can make the change to just “62” after we converge with Klaus
something funny with my e-mail because now they, "<>", are there.
peter Panos K. schreef op 2019-02-19 15:30:
still some small mistakes. forgot <..> for href
Not sure what you mean by "forgot <..> for href"
skg is just 62 in my opinion as long as multipart-core has not been changed.
Check out #127 [1] We can make the change to just "62" after we converge with Klaus
-- You are receiving this because you were assigned. Reply to this email directly, view it on GitHub [2], or mute the thread [3].
[1] https://github.com/SanKumar2015/EST-coaps/issues/127 [2] https://github.com/SanKumar2015/EST-coaps/issues/136#issuecomment-465150559 [3] https://github.com/notifications/unsubscribe-auth/AMWTQUP_utdKEIhPWQ9kf2-UX_PdcZJwks5vPAqUgaJpZM4bBJok
Actual text now is
coaps://[2001:db8:3::123]:61617/est/crts;rt="ace.est.crts"; ct="281 TBD287", coaps://[2001:db8:3::123]:61617/est/sen;rt="ace.est.sen"; ct="281 TBD287", coaps://[2001:db8:3::123]:61617/est/sren;rt="ace.est.sren"; ct="281 TBD287", coaps://[2001:db8:3::123]:61617/est/att;rt="ace.est.att"; ct="285", coaps://[2001:db8:3::123]:61617/est/skg;rt="ace.est.skg"; ct=62 coaps://[2001:db8:3::123]:61617/est/skc;rt="ace.est.skc"; ct=62
Jim made sume comments about the href
And also
We need to confirm that Jim is OK with the updated text. Also we need to remove the reference to I-D.ietf-core-resource-directory if it is not necessary.