Simon Stürz

Results 39 comments of Simon Stürz

FYI: if you need the mac address later for setting up the device, you should not make use of the signal `networkDeviceInfoAdded`. The `hostAddressDiscovered` signal is meant to be used...

We might consider to add individual warning on/off functionality in the debug interface, default all.

Unfortunately, if the adapter does not provide any unique information like a serial number, I see no way to prevent this behavior. The initialization will be done by the kernel,...

If you see this warning again, please send also the following 2 warning since they inform what has changed and why. For future references: 068ca558eda0029fdd183015f564f56bde95fb6c

interesting, this is indeed an issue in my ARP implementation which I was not able to figure out yet: if a device is connected trough 2 network interfaces (wifi and...

these are 2 different mac addresses and IP addresses... what's going on...

ok, then I guess this is the same issue I have in mind. Thanks, I think I have enough information for debugging! The warning will remain in the code, but...

> why is that? nymea tests would install the entire nymead, which is fine, but for external tests using the libnymea-tests, we don't want the core, we just want the...

This might be fixed with following PR: https://github.com/nymea/nymea/pull/576 Still not sure why it happens while unregistering the monitor, but I assume it has to do something with the share reply...