Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] Not getting the complete response from coAP serve

Hi Sreejith,

> https://github.com/dustin/go-coap

OK, I had a short look at it. It seems not to mention the CoAP options for blockwise ( message.go, lines 193, optionDefs, missing block1 (coap option #27) and block2 (coap option #23), see RFC7959). So I guess, it will use "large messages/payload".

It contains also a "messagetcp.go". So, when you test with go client and server, did you use UDP or TCP?


Mit freundlichen Grüßen / Best regards

Achim Kraus

Bosch Software Innovations GmbH
Communications (INST/ECS4)
Stuttgarter Straße 130
71332 Waiblingen
GERMANY
www.bosch-si.de
http://www.blog.bosch-si.com/ 

Tel. +49 711 811-58139
mailto:achim.kraus@xxxxxxxxxxxx

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B
Executives: Dr.-Ing. Rainer Kallenbach; Michael Hahn


Von: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] Im Auftrag von Sreejith S
Gesendet: Freitag, 24. Februar 2017 17:03
An: cf-dev@xxxxxxxxxxx
Betreff: Re: [cf-dev] Not getting the complete response from coAP serve

@Kraus , Thank you for your pointers. That explains lot of things. Just FYI this is the Go COAP server which i am using. 

https://github.com/dustin/go-coap

@Eugine , I am sorry , if i violate any standards in this mailing list.

Regards,
Sreejith





Back to the top