issues
search
Tanganelli
/
CoAPthon3
CoAPthon3 is a porting to python3 of my CoAPthon library. CoAPthon3 is a python3 library to the CoAP protocol compliant with the RFC. Branch is available for the Twisted framework.
MIT License
59
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
I added a multi-level directory, why can I get resources by accessing only one level of directory?
#51
Aaron198513
opened
2 months ago
0
On RST with empty response, transaction.response could be None
#50
phc-1020
opened
8 months ago
0
Replace all isSet function calls with is_set
#49
Quinten-Ryckbosch
opened
1 year ago
0
fix the bug in separate response
#48
Kevin0626
opened
1 year ago
0
Python3.11 support
#47
danielRV7
opened
1 year ago
0
Block=(0,0,16) is not support
#46
yzq
opened
1 year ago
0
Response packet size can't be bigger than 1500
#45
Kevin0626
opened
2 years ago
4
tag release 1.0.2 and push to pip to fix isAlive() for Python 3.9 Users
#44
bernhardkaindl
closed
3 years ago
1
AttributeError: 'function' object has no attribute 'setter'
#43
pchwalek
closed
3 years ago
1
Add missing decorator @property to size1 method in Message class
#42
hubertmis
closed
3 years ago
1
Minor bugs fixing
#41
GaleWombat
closed
3 years ago
0
uses threading.Thread.is_alive instead of isAlive
#40
urbas
closed
3 years ago
1
size1 property fix
#39
mcfreis
closed
3 years ago
1
Fix payload transmitted in Block2 transfer
#38
hubertmis
closed
3 years ago
0
Add Size2 option handling according to RFC7959
#37
hubertmis
closed
3 years ago
0
Fix token handling
#36
hubertmis
closed
3 years ago
0
option 28: size2 is not supported
#35
Kevin0626
opened
3 years ago
0
Please also remove force logging config in the server code
#34
Taowyoo
closed
1 year ago
1
remove .bak files
#33
urbas
closed
3 years ago
0
No new release since 2018
#32
hfreire
closed
3 years ago
2
CoAP Forward Proxy Issue
#31
samken600
opened
4 years ago
0
Increase reception buffer size
#30
bobzomer
closed
4 years ago
0
Truncated answers
#29
bobzomer
opened
4 years ago
2
Specific implementation question on multiple coap responses
#28
Cyber1000
closed
4 years ago
5
ipv6 support
#27
kmartinez
opened
4 years ago
0
client.cancel_observing doesn't appear to cancel callback
#26
pawelevans
opened
4 years ago
0
'Request' object has no attribute 'payload_type'
#25
pchwalek
opened
4 years ago
0
Add Fetch and Patch
#24
gianlucacometa
closed
5 years ago
0
Add missing shebang
#23
fabaff
closed
3 years ago
0
Include doc files
#22
fabaff
opened
5 years ago
0
Get binary response from server in Client
#21
MartinEnders
opened
5 years ago
0
Respect binary payload, binary token and a few other things
#20
mcfreis
closed
3 years ago
0
File "coapclient.py", line 145, in main response = client.post(path, payload, proxy_uri=proxy_uri) File "CoAPthon/coapthon/client/helperclient.py", line 203, in post for k, v in kwargs.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems'
#19
achandel
closed
5 years ago
0
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Command:\tcoapclient.py -o -p [-P] [-u]")?
#18
achandel
closed
5 years ago
1
Support Block-Wise Transfers https://tools.ietf.org/html/rfc7959
#17
achandel
closed
5 years ago
1
Denial of Service vulnerability caused by improper exception handling while parsing of CoAP messages
#16
cve-reporting
opened
5 years ago
1
NO_RESPONSE not supported in 1.0.1
#15
jknisley
opened
5 years ago
0
added possibility to define own .well-known-core endpoint
#14
hahahannes
closed
3 years ago
1
Own /.well-known/core endpoint
#13
hahahannes
closed
3 years ago
1
fixed problem with nested endpoints
#12
hahahannes
closed
5 years ago
0
Problem with nested endpoints
#11
hahahannes
closed
5 years ago
0
Added purging transactions as client, don't add transaction when no_response is True
#10
michieldwitte
closed
3 years ago
1
Coapthon log handling is not friendly to integration
#9
jackjansen
closed
5 years ago
4
combined multicast and unicast sockets to one socket
#8
hahahannes
closed
6 years ago
0
combined multicast and unicast sockets to one socket
#7
hahahannes
closed
6 years ago
0
"Un-Matched incoming response message" for /obs and Exception for /.well-known/core
#6
expliotlabs
opened
6 years ago
0
Update Blocklayer to better deal with Block1 option
#5
matth314
closed
6 years ago
0
removed forced logging
#4
michieldwitte
closed
6 years ago
0
logging file auto created
#3
michieldwitte
closed
6 years ago
0
Basic client-side implementation of RFC7967: CoAP No-Response Option
#2
michieldwitte
closed
6 years ago
0
Next