Skip to content

Ignoring unparsable message from ('::IPv6', 56608, 0, 0) #397

@lukaszmatuszewski1

Description

@lukaszmatuszewski1
python3 -m aiocoap.cli.defaults

Python version: 3.11.2 (main, Apr 28 2025, 14:11:48) [GCC 12.2.0]
aiocoap version: 0.4.16
Modules missing for subsystems:
    dtls: everything there
    oscore: everything there
    linkheader: everything there
    prettyprint: everything there
    ws: everything there
Python platform: linux
Default server transports:  oscore:tinydtls_server:tinydtls:tcpserver:tcpclient:tlsserver:tlsclient:ws:udp6
Selected server transports: oscore:tinydtls_server:tinydtls:tcpserver:tcpclient:tlsserver:tlsclient:ws:udp6
Default client transports:  oscore:tinydtls:tcpclient:tlsclient:ws:udp6
Selected client transports: oscore:tinydtls:tcpclient:tlsclient:ws:udp6
SO_REUSEPORT available (default, selected): True, True

I have attached my server example (lwm2m_example.py) and credentials file. When I run server (python lwm2m_example.py) and then client with:

$ aiocoap-client -m POST   --accept 40 --credentials=credentials.json   --content-format 40   --payload "</3303/0>,</3/0>,<ep=temp_sensor_1>,<lt=86400>,<b=U>" coaps://10.20.67.212/rd

on server side I am getting:

Ignoring unparsable message from ('::IPv6', 56608, 0, 0)
$ echo $AIOCOAP_DTLSSERVER_ENABLED gives
1

Can you point what I am doing not right?

credentials.json

lwm2m_example.py

Metadata

Metadata

Assignees

Labels

securityRelated to security mechanisms (not necessarily critical)

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions