Karsten Ohme

Results 18 issues of Karsten Ohme

The listener although instructed to bind to `127.0.0.200:7777` but binds to `enabling HTTP/3 listener {"addr": ":7777"}`. No other IP address on the loopback interface can now use this port. >...

The K_AMF derivation for 5G is incorrect. According to [ETSI TS 133 501](https://www.etsi.org/deliver/etsi_ts/133500_133599/133501/15.04.00_60/ts_133501v150400p.pdf) A.7 KAMF derivation function uses K_SEAF as input key.

I would be interested to contribute Vosk as wake word solution. The solutions so far lake quality or convenience in my case. Vosk is versatile, fast, even on a RPI....

### What happened? I use: ~~~ kubectl hlf ca register kubectl hlf ca enroll ~~~ to create a new client. The client can interact with the chaincode. Now I have...

The subscribe function is called from a subscriber with `node.services.pubsub.subscribe(PEER_SUBSCRIPTION_TOPIC)` and the other publishing peer is sending a notification with `node.services.pubsub.publish(PEER_SUBSCRIPTION_TOPIC, new Uint8Array(BSON.serialize({ipAddress: argv.ipAddress}).buffer))`. What I notice is that the...

I'm running two nodes on the same machine and can see: > libp2p:mdns peer found 12D3KooWFvEoC1NJz5Cgcji15WyNGRjo85ytgMi7PJCQnTeTHM2B +0ms libp2p:mdns discovered peer in mDNS query response 12D3KooWFvEoC1NJz5Cgcji15WyNGRjo85ytgMi7PJCQnTeTHM2B +1ms Now, I would strongly...

In my error logic I want to stop the replication and use the `cancel` function of the `RxReplicationState`. The implementation still continuously prints: > WAS CLIENT GOT ERROR: connect ECONNREFUSED...

needs test case :mag_right:
stale

I see that all the database implementations are using the `iterator` from the for finding and querying records. E.g. the document based implementation for [get](https://github.com/orbitdb/orbitdb/blob/main/src/databases/documents.js#L71) is using the iterator until...

In Progress