pocketbroadcast
pocketbroadcast
Yes, I can confirm, this is a problem. If there are multiple ip addresses configured for a single device the [condition](https://github.com/ela-compil/BACnet/blob/a6869708758e70dd196e618459bedf3844ea83dd/Transport/BacnetIpUdpProtocolTransport.cs#L374) evaluates to false and the result is null as...
> It IS to do with broadcast, and nothing to do with machine configuration. Windows forwards packets sent to broadcast address to all the addresses bound within the subnet. Linux...
Yes, the assemblies in both nuget packages (InfluxDB.Collector and InfluxDB.LineProtocol) target .net standard 2.0 For .net version compatibility see: [https://docs.microsoft.com/en-us/dotnet/standard/net-standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) > The various .NET implementations target specific versions of .NET...
> > What about the (default) configuration? Is that sufficient for "typical" use or does it make more sense not to auto-start wfx on installation but instead having it configured...
I experienced the same issues when rebooting our nodes and we agree, there is a requirement for an upstream solution (at least a proposal) to fix that. `k3s-killall.sh` (in addition...
**ad multiple providers:** Yes, it iterates over multiple providers - https://github.com/ipxe/ipxe/blob/master/src/interface/efi/efi_autoexec.c#L177 See output below, when compiled with the patch from above it iterates uses `SimpleFileSystem` and `ManagedNetworkSb` to retrieve `autoexec.ipxe`...