Max Inden

Results 123 issues of Max Inden

## Description Add a WebTransport `Transport` implementation according to the WebTransport specification https://github.com/libp2p/specs/pull/404. ## Motivation > The most exciting feature for libp2p (other than the numerous performance benefits that QUIC...

difficulty:hard
help wanted

One oftentimes has a `struct` of metrics like: ``` rust struct Metrics { a: Counter, b: Gauge, } ``` Code to register the metrics in `Metrics` with a `Registry` could...

enhancement
help wanted
good first issue

Modbus supports querying 2000 digital registers or 125 analog registers at a time. If a user would configure multiple e.g. analog registers, that can not be quieried with a single...

@nazar-pc I have configured kademlia-exporter.max-inden.de/ to monitor the subspace network via the [bootstrap nodes](https://raw.githubusercontent.com/subspace/subspace/main/crates/subspace-node/res/chain-spec-raw-gemini-3c.json) you provided. You pointed me to this Kademlia protocol name, namely `/subspace/kad/0.1.0`. https://github.com/subspace/subspace/blob/main/crates/subspace-networking/src/create.rs#L44 I don't think...

Updates to latest libp2p master plus https://github.com/libp2p/rust-libp2p/pull/3454/, thus allowing us to test hole punch effectiveness of https://github.com/libp2p/rust-libp2p/pull/3454/. I am behind a carrier grade NAT right now, thus hard to confirm...

My rust-client, running on a Raspberry Pi B+, stalls after >10h. The last log lines: ``` Dec 01 10:18:46 raspberrypi rust-client[21355]: [2022-12-01T09:18:46Z INFO rust_client] Listening on "/ip6/xxx/udp/35616/quic" Dec 01 10:18:46...

During the last 10 month, helping to maintain this library, I had several ideas how to enhance _rust-prometheus_. I prototyped my ideas, starting from scratch end of last year, somewhat...

Imagine the following static metric generation: ```rust make_static_metric! { label_enum Methods { post, get, } struct MyStaticCounterVec: Counter { "method" => Methods, } } ``` This will roughly expand to:...

bugfix