Trending

#aiocoap

Latest posts tagged with #aiocoap on Bluesky

Latest Top
Trending

Posts tagged #aiocoap

Two overlaid terminal sessions:

$ aiocoap-client coap://ttyacm0.dev.alt/.well-known/core --credentials client.diag
# application/link-format content was re-formatted
<>; ct=0; title="Landing page",
</time>; ct=0; title=Clock,
</poem>; sz=1338,
</cbor>; ct=60,
</stdout>; if="tag:riot-os.org,2021:ser-out"
$

followed by a debug log that shows:

[DEBUG] Peer indicated use of the one preconfigured key by KID. (coapcore coapcore/src/seccfg.rs:382)
[DEBUG] Processing 19 bytes at start of message into new EDHOC Message 3. (coapcore coapcore/src/seccontext.rs:703)
[DEBUG] Taking out of CoAP stack: [ …and a lot of hex data

Two overlaid terminal sessions: $ aiocoap-client coap://ttyacm0.dev.alt/.well-known/core --credentials client.diag # application/link-format content was re-formatted <>; ct=0; title="Landing page", </time>; ct=0; title=Clock, </poem>; sz=1338, </cbor>; ct=60, </stdout>; if="tag:riot-os.org,2021:ser-out" $ followed by a debug log that shows: [DEBUG] Peer indicated use of the one preconfigured key by KID. (coapcore coapcore/src/seccfg.rs:382) [DEBUG] Processing 19 bytes at start of message into new EDHOC Message 3. (coapcore coapcore/src/seccontext.rs:703) [DEBUG] Taking out of CoAP stack: [ …and a lot of hex data

We're gathering momentum for slipmux, a transport of #CoAP over serial ports. That specification allows #embedded developers on simple boards that just have a UART to use the same tools with it as for talking to devices across the Internet. This includes […]

[Original post on chaos.social]

0 0 0 0
Original post on chaos.social

Development of aiocoap, my Python CoAP library, is approaching its next breaking release.

If there's anything about its usability as a library that has been bugging you, especially if it would require breaking changes: Let me know soon, either here or on the issue tracker at […]

0 1 0 0
Original post on chaos.social

Thanks to @pyodide and @ProjectJupyter, using #CoAP is becoming more accessible: The latest version of the #aiocoap documentation has examples that can be run directly from the documentation, and access CoAP peers through a WebSocket-to-UDP cross proxy:

< […]

0 0 1 0
Original post on chaos.social

I'm fixing #aiocoap's memory leak tests to finally run as async functions: the original tests employed mechanisms from the age of tulip (back when asyncio was developed out-of-tree), and Python 3.14 dropping some obsolete mechanisms.

Good riddance, but also tough work fixing subtle possible […]

0 1 0 0