LéopoldClement
24965b27e7
Ajout demonstration final
2021-12-02 13:44:40 +01:00
Leopold Clement
5002bba5a2
yaml
2021-10-26 17:37:02 +02:00
e329ee656b
Apprentissage
2021-07-13 14:53:16 +02:00
b235cdd151
Gestion de l'absence de RTT
2021-07-09 11:46:42 +02:00
4d3db32cbc
Superviseur Global
...
Création de la matrice d'état
injection du nouveau RTO
2021-07-05 14:17:40 +02:00
bf2508b476
Better formating
2021-07-01 16:28:54 +02:00
30872f20ab
Correction path module
2021-07-01 15:19:17 +02:00
8ed7dd7eea
Rename module superviseur_local.py to superviseur.py
2021-07-01 15:17:10 +02:00
dbb6b88c22
Superviseur locaux fonctionels
2021-07-01 14:42:48 +02:00
07b171cfc4
Demo multi-clients
2021-06-30 17:19:03 +02:00
6a0a12d6ae
Correction de la demo
2021-06-24 17:39:13 +02:00
d0a49e744e
demo fonctionelle
...
Superviseur basique et filtrage
2021-06-24 17:22:02 +02:00
Giacomo Tanganelli
7a9a0421e6
Merge pull request #39 from mcfreis/development
...
size1 property fix
2021-03-20 17:25:09 +01:00
Giacomo Tanganelli
c478d14b9d
Merge branch 'master' into development
2021-03-20 17:25:02 +01:00
Giacomo Tanganelli
bb3ad78a10
Merge pull request #40 from urbas/threading-is-alive
...
uses threading.Thread.is_alive instead of isAlive
2021-03-20 17:24:22 +01:00
Giacomo Tanganelli
5cc2951f46
Merge pull request #41 from GaleWombat/master
...
Minor bugs fixing
2021-03-20 17:24:07 +01:00
GaleWombat
ddcec924cd
Adding missing property annotation and updating method name
2021-01-27 18:28:26 +01:00
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
Björn Freise
9be6559133
Add property decorator for size1
2021-01-18 09:29:06 +01:00
Björn Freise
209d4683c9
Merge remote-tracking branch 'refs/remotes/Tanganelli/master' into development
2021-01-18 09:26:17 +01:00
Björn Freise
92f2ab6506
Use setuptools to be able to build wheels
2021-01-18 09:21:52 +01:00
Giacomo Tanganelli
f6a3c25cde
Merge pull request #37 from hubertmis/add-option-size2
...
Add Size2 option handling according to RFC7959
2021-01-17 12:08:03 +01:00
Giacomo Tanganelli
9c0469abcb
Merge branch 'master' into add-option-size2
2021-01-17 12:07:55 +01:00
Giacomo Tanganelli
8e0704e706
Merge pull request #36 from hubertmis/fix-token
...
Fix token handling
2021-01-17 12:01:30 +01:00
Giacomo Tanganelli
92c0258241
Merge branch 'master' into fix-token
2021-01-17 12:01:13 +01: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
7987ac9f4b
Merge pull request #14 from hahahannes/own_well_known_endpoint
...
added possibility to define own .well-known-core endpoint
2021-01-17 11:56:34 +01:00
Giacomo Tanganelli
a07ab65dd2
Merge pull request #38 from hubertmis/fix-block2-payload
...
Fix payload transmitted in Block2 transfer
2021-01-17 11:54:41 +01:00
Giacomo Tanganelli
57d5faca79
Merge pull request #33 from urbas/remove-bak-files
...
remove .bak files
2021-01-17 11:51:04 +01:00
Giacomo Tanganelli
786f1ccc0b
Merge pull request #23 from fabaff/patch-1
...
Add missing shebang
2021-01-17 11:50:46 +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
Björn Freise
cc9ed3784d
Version 1.0.1+fb.202101140856
2021-01-14 08:59:32 +01:00
Hubert Miś
3dc7e5c8d6
Fix payload transmitted in Block2 transfer.
...
Previosly the CoAP server transmitted the first block of data for Block2
transfer, even when a client requested in Block2 request following
block. This patch changes server operation to transmit the payload
block requested by the client.
Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
2020-12-22 13:21:19 +01:00
Hubert Miś
13039faf71
Add Size2 option handling according to RFC7959
...
Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
2020-12-22 13:17:39 +01:00
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>
2020-12-22 13:12:41 +01:00
Matej Urbas
e03a0ba7ff
remove .bak files
...
These files must have been added accidentally.
2020-11-22 11:27:27 +00:00
Björn Freise
25d5f202db
added if_none_match setter
2020-10-01 10:46:15 +02:00
Giacomo Tanganelli
89d51737a9
Merge pull request #30 from bobzomer/master
...
Increase reception buffer size
2020-05-21 14:59:54 +02: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
Fabian Affolter
f645e4e03d
Add missing shebang
2019-08-19 10:45:12 +02:00
Björn Freise
5bebe167a9
Cleanup
...
- removed obsolete imports
- Location-Path and Location-Query only in answers with "Created" Status
- Fixed / for root-resource as RemoteResource for reverse-proxy
- Fixed parsing of long options in serializer.py
- Commented out unit tests reactivated
- Removed default logging
2019-04-23 11:44:04 +02:00
Björn Freise
2eafa64308
Token stored as bytes and not limited to ascii chars anymore
2019-04-23 11:43:02 +02:00
Björn Freise
36fb9f243a
Respect binary coded payload data
2019-04-23 11:42:01 +02: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
b77fc78dde
Speed up unittests, only wait 1 second instead of 10 seconds in listen()
2019-04-23 11:40:33 +02:00
Björn Freise
144c793c43
Added type documentation for better referencing in IDEs
2019-04-23 11:39:37 +02:00
Björn Freise
28b465f54e
Added Size1 and Size2 options
2019-04-23 11:38:45 +02:00
Björn Freise
f0349d15c6
Use more current versions for requirements.txt
2019-04-23 11:37:59 +02:00
Björn Freise
5da871355a
Clean up printf((...) and some imports
2019-04-23 11:37:18 +02:00