14 Commits (Mesure-preliminaire)

Author SHA1 Message Date
GaleWombat ddcec924cd Adding missing property annotation and updating method name 3 years ago
Giacomo Tanganelli 9c0469abcb
Merge branch 'master' into add-option-size2 3 years ago
Giacomo Tanganelli 92c0258241
Merge branch 'master' into fix-token 3 years ago
Hubert Miś 13039faf71 Add Size2 option handling according to RFC7959
Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
3 years ago
Hubert Miś 297404ce33 Fix token handling
Token was encoded as utf-8 string. However, token is a byte string
that is not required to be utf-8 encodable. This patch changes
token type in the Message class to string of bytes instead of string
of characters.

Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
3 years ago
Björn Freise 25d5f202db added if_none_match setter 4 years ago
Björn Freise b13f8a5496 [B] send_ack in transaction lock and only if type nad message id are valid 5 years ago
Björn Freise 2eafa64308 Token stored as bytes and not limited to ascii chars anymore 5 years ago
Björn Freise 36fb9f243a Respect binary coded payload data 5 years ago
Björn Freise 3c7b11c149 Clean up logger-calls - more semetrical through out the code 5 years ago
Björn Freise 28b465f54e Added Size1 and Size2 options 5 years ago
Björn Freise 5da871355a Clean up printf((...) and some imports 5 years ago
Michiel De Witte 1c18883b59 Basic client-side implementation of RFC7967: CoAP No-Response Option 6 years ago
giacomo.tanganelli@for.unipi.it 4db21cd7e7 Porting to Python3 6 years ago