Matej Urbas
|
250cf82a32
|
uses threading.Thread.is_alive instead of isAlive
The method threading.Thread.isAlive has been removed in Python 3. See [Python's threading docs](https://docs.python.org/3/library/threading.html#threading.Thread.is_alive).
|
2021-01-22 21:16:05 +00:00 |
|
Giacomo Tanganelli
|
7816d86972
|
Merge pull request #10 from michieldwitte/master
Added purging transactions as client, don't add transaction when no_response is True
|
2021-01-17 11:59:24 +01:00 |
|
Giacomo Tanganelli
|
ffefec7d16
|
Merge pull request #20 from mcfreis/development
Respect binary payload, binary token and a few other things
|
2021-01-17 11:50:32 +01:00 |
|
Bruno Obsomer
|
c63634ec76
|
Increase reception buffer size
|
2020-05-21 08:06:14 +02:00 |
|
Björn Freise
|
b13f8a5496
|
[B] send_ack in transaction lock and only if type nad message id are valid
|
2019-11-11 12:37:41 +01:00 |
|
Björn Freise
|
3c7b11c149
|
Clean up logger-calls - more semetrical through out the code
|
2019-04-23 11:41:14 +02:00 |
|
Björn Freise
|
28b465f54e
|
Added Size1 and Size2 options
|
2019-04-23 11:38:45 +02:00 |
|
Björn Freise
|
5da871355a
|
Clean up printf((...) and some imports
|
2019-04-23 11:37:18 +02:00 |
|
Michiel De Witte
|
6b91e581f6
|
fix failing test helperclient response type NON
|
2018-12-12 14:48:49 +01:00 |
|
Michiel De Witte
|
4aaa785e84
|
Changed send_request in helperclient to check response on message id
|
2018-12-12 12:03:44 +01:00 |
|
Michiel De Witte
|
697c781833
|
Added purging transactions as client, don't add transaction when no_response is True
|
2018-11-21 18:09:05 +01:00 |
|
giacomo.tanganelli@for.unipi.it
|
487ddf50e1
|
Merge remote-tracking branch 'origin/master'
|
2018-05-11 16:00:00 +02:00 |
|
giacomo.tanganelli@for.unipi.it
|
c88afef47b
|
get_non implemented for clients
|
2018-05-11 15:59:48 +02:00 |
|
Michiel De Witte
|
e9a08fa1d9
|
set receiver thread as daemon
|
2018-03-02 15:42:22 +01:00 |
|
Michiel De Witte
|
94aa766b8f
|
removed forced logging
|
2018-02-21 13:23:47 +01:00 |
|
Michiel De Witte
|
1c18883b59
|
Basic client-side implementation of RFC7967: CoAP No-Response Option
|
2018-02-19 14:06:35 +01:00 |
|
giacomo.tanganelli@for.unipi.it
|
4db21cd7e7
|
Porting to Python3
|
2018-01-23 11:31:46 +01:00 |
|