Benjamin Bäumler

Results 4 issues of Benjamin Bäumler

The trait `DataLinkReceiver` has currently only on function `next` which blocks the thread. Is it possible to extend it with a function `try_next` similar to the `try_recv` function of the...

When using the `payload()` method the returned slice also contains the padding and there is currently no way to calculate the actual size using only `TcpPacket`. So it would be...

feature-request

The Delaunay triangulation should produce a triangulation with a convex hull. To fix it you would need to check if some of the triangles that have a point of the...

I want to detect a power outage to know when we have to turn of unnecessary devices, before the battery gets to low/empty. As far as I can tell the...