lcoudeville
                                            lcoudeville
                                        
                                    Why is this pull request never reviewed? This seems to be a very useful feature. Flask has a similar feature to support variable components in an url: http://flask.pocoo.org/docs/1.0/api/#url-route-registrations . From...
I guess there should be a route/path oriented site instead of a resource based site. The werkzeug routing module could be reused: http://werkzeug.pocoo.org/docs/0.14/routing/ .
FYI: I made a similar example using werkzeug. I use url mapping/rules to link an uri/url to a resource. This allows me to define paths, usings werkzeugs Converters, to variable...
The problem is that when starting a server context that it would listen for incoming connections also (as you've mentioned). This is something I want to avoid absolutely. Of course...
Diving in the code learned me that PING messages are signal messages and not response/request messages. However I did not reveal a legal way to send them except hacking the...
I really like the fact that those messages are handled internally - this makes aiocoap compatible with libraries that have this functionality - so well done. But there is a...
Well actually I'm having a CoAP server with CoAP clients which are in a NAT or private network, so in fact there a firewall in front of them before they...
Well actually I make a distinction between tcp and "coap" terms. I have a tcp client which acts as coap server and client over the same "coap context". I use...
Thank you Snevzor for your strong support I really appreciate this a lot. #staystrong #prayforgatt-python