You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"
Python version: 3.11.2 (tags/v3.11.2:878ead1, Feb 7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]
aiocoap version: 0.4.11
Modules missing for subsystems:
dtls: missing DTLSSocket
oscore: everything there
linkheader: everything there
prettyprint: everything there
ws: missing websockets
Python platform: win32
Default server transports: oscore:tcpserver:tcpclient:tlsserver:tlsclient:simple6:simplesocketserver
Selected server transports: oscore:tcpserver:tcpclient:tlsserver:tlsclient:simple6:simplesocketserver
Default client transports: oscore:tcpclient:tlsclient:simple6
Selected client transports: oscore:tcpclient:tlsclient:simple6
SO_REUSEPORT available (default, selected): False, False
"
I have tried sending large data using block mode transfer from libcoap server to aiocoap client. But the client is getting exit in between after 90 seconds of block transfer. The server code was tested with libcoap client code and it is working without any issue. Can you please solve the issue?
Hope you reply fast and solve this issue. I am attaching the client code here.
"
Python version: 3.11.2 (tags/v3.11.2:878ead1, Feb 7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]
aiocoap version: 0.4.11
Modules missing for subsystems:
dtls: missing DTLSSocket
oscore: everything there
linkheader: everything there
prettyprint: everything there
ws: missing websockets
Python platform: win32
Default server transports: oscore:tcpserver:tcpclient:tlsserver:tlsclient:simple6:simplesocketserver
Selected server transports: oscore:tcpserver:tcpclient:tlsserver:tlsclient:simple6:simplesocketserver
Default client transports: oscore:tcpclient:tlsclient:simple6
Selected client transports: oscore:tcpclient:tlsclient:simple6
SO_REUSEPORT available (default, selected): False, False
"
I have tried sending large data using block mode transfer from libcoap server to aiocoap client. But the client is getting exit in between after 90 seconds of block transfer. The server code was tested with libcoap client code and it is working without any issue. Can you please solve the issue?
Hope you reply fast and solve this issue. I am attaching the client code here.
The text was updated successfully, but these errors were encountered: