chrysn
                                            chrysn
                                        
                                    Brief response before I find the time to go into details: The Site (now) strips away all options it processes -- that's required to allow nested sites, and allows resources...
On Sun, May 19, 2019 at 10:34:10AM -0700, Alex Ellwein wrote: > Well, the original idea was to provide "generic" GET/PUT/... etc. handlers, which is then to be customized >...
mh, the options in create_datagram_endpoint you've changed basically turn everything into ipv4-only. while windows is not exactly on my planned list of supported platforms, it'd be nice if it worked...
With the latest HEAD, most socket stuff is packed in `aiocoap/transports/udp6.py`. If you explicitly spell out the IPPROTO_IPV6 when undefined, is that sufficient to make aiocoap usable on Windows?
There have not been any updates; I don't have any version of Windows in use, so I need to rely on user feedback and patches. "spell out the IPPROTO_IPV6" refers...
On Sun, Jun 12, 2016 at 12:47:58AM -0700, ChangSam wrote: > 1. which file or where you "" replacing all occurrences of > socket.IPPROTO_IPV6 with 41 ""? Is this your...
@ChangSam, could you try again with current master and an up-to-date Python? The IN module failures now have a fallback, and with https://bugs.python.org/issue6926 closed, the numbers in socket should be...
@ChangSam, the attachment got stripped, but i got myself guest access to a Windows machine now. @2trc, could you subscribe here too? then i can close #52 and focus windows...
@tcareynokia has implemented a) in https://github.com/tcareynokia/aiocoap/commit/f1e8e5ad3d8233ee67d90350d3ec0078119301d4 . tim, could you tell about how things worked out with your changes?
Not a full solution, but the simple6 backend in the simple6 branch allows at least client operation; by setting `AIOCOAP_CLIENT_TRANSPORT=simple6` in the environment, aiocoap-client and other programs using client contexts...