-
Right now when you run mypy on a project with lakers, mypy doesn't find the stubs:
```
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install lakers
$ echo "import lakers" > some.py
…
-
I'm currently using aiocoap to build a simple client-server CoAP setup. On the client end, the only useful statistic obtainable regarding a communication session is the response message. Is it possi…
-
I am running the client on a Windows machine. The client registers to a Leshan server. After that, I try to read a value (6/0/0 - Latitue ) from Leshan, I get the follwoing error alert in Leshan:
U…
cdh4u updated
4 years ago
-
I am experimenting with both unicast and multicast and have trouble with the no_response option.
I have set the option (both on client transmission taks and on server resource) to 26 to make sure no …
-
**Description**
- Update `CoapServerAdapter` to support the addition of either internally created resource handler instances, or externally created resource handlers that are passed into the server…
-
I have a Philips ac2889 which I'm trying to integrate to Home Assistant. I have Home Assistant 2022.2.1 running in a Docker container on a Raspberry Pi4. I added the custom integration, and I've added…
-
I'm trying to send observation requests to a server, but before the server can send notifications back I get "WARNING:root:Observation deleted without explicit cancellation" printed on the console. I'…
-
https://github.com/chrysn/aiocoap/blob/c8a24dec61a7d2f09d7469af8a0a66abe128a3af/aiocoap/transports/tinydtls.py#L236
My host (tradfri gateway) returns an 'ALRT 20 invalidate peer' when I enter wrong…
-
Hi,
Thanks @chrysn for this incredible project and espacially for the websocket implementation. As I can see, it's the first websocket implementation of the RFC !
I'm looking for using it, and I'…
-
I'm encountering issues when sending PING messages on a tcp coap (coap+tcp schema) connection. I expected this to be quite simply so I started from the client example.
```
initial_requ…