mfucci
mfucci
The MDNS server tries to broadcast to the MDNS address but seem to fail on one interface. In MdnsServer can you add a log in announce() method to log the...
How do you have some many interfaces? :-) I have only two, lo and en, on my machine... utun2: the configuration of this interface seems incorrect. Per Matter specs: 4.4.4,...
@turon : `import * as crypto from "crypto" ` only works in node.js If I understand well [lauckhart](https://github.com/lauckhart) proposal: 1. keep matter.js vanilla => crypto.ts is an interface with no...
I ran into the same problem and I was able to use express to "hot patch" Fauxton js (patch for [email protected]): const databaseUrlPrefix = "/db"; this.server.use(databaseUrlPrefix, (req, res, next) =>...