SanKumar2015 / EST-coaps

EST over CoAPs IETF draft
1 stars 1 forks source link

Consistent COAP request examples (Klaus WGLC review 2/27/2019) #143

Closed csosto-pk closed 5 years ago

csosto-pk commented 5 years ago

Klaus pointed out that in A.2 we use

POST [2001:db8::2:1]:61616/est/sen

which is different that A.1 were we say

GET coaps://est-coaps.example.org:9085/est/crts (Accept: 281)

It might be good to make this consistent.

csosto-pk commented 5 years ago

Replaced all uses of IPv4 or IPv6 addresses to example.com.

petervanderstok commented 5 years ago

I am not happy with example.com everywhere. In principle coap is meant for small devices knowing the IP address. Actually earlier comments suggested that both IPv4 and Ipv6 addresses should be used. Suggest to go back to original text.

csosto-pk commented 5 years ago

Addressed in commits 82f3bfd and later in 33d098c. Closing.