- Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
securityRelated to security mechanisms (not necessarily critical)Related to security mechanisms (not necessarily critical)
Description
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/rdon 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
securityRelated to security mechanisms (not necessarily critical)Related to security mechanisms (not necessarily critical)