Craig McQueen
Craig McQueen
I am working on a project that has a policy to avoid BSD 2- and 3-clause licenses due to the complexity of satisfying the attribution clause: > Redistributions in binary...
I have a scenario in which I'd like to dynamically change route metrics between two network interfaces (Ethernet and WiFi) depending on tested connectivity through each (tested with the help...
## Version(s) of meta-rust I updated meta-rust from d4384db8c3f0aa01732627f92fc3d446359bf743 to c654f5cb928bd4f4c7da7d74a8356fd2a94283f6. ## Version(s) of poky and/or oe-core Yocto dunfell. ## Expected result In my own Yocto layer, I have two...
Eg a machine might have Ethernet and Wi-Fi both connected to the same sub-net. In the routing table, the machine will prefer to use the interface with the lower value...
It's quite possible to do an efficient rolling CRC. Let me know if you're interested in help with that. I could help with the mathematical theory, and practical implementations.
I am working on a project that has a policy to avoid BSD 2- and 3-clause licenses due to the complexity of satisfying the attribution clause: > Redistributions in binary...
When generating code for a "reflected" CRC, a function is used to reflect each input byte. This is inefficient—it would be preferable to use an alternative core CRC algorithm that...
How can a service be registered with a subtype? E.g., with the example `registration.py`, how would it be modified to register `_somethingspecial._sub._http._tcp` instead of (or as well as) plain `_http._tcp`?
Reading through the code, it looks as though a sub-type (such as `_craig._sub._http._tcp.local.`) could be advertised as follows: info = ServiceInfo("_craig._sub._http._tcp.local.", "Craig._http._tcp.local.", address=socket.inet_aton("192.168.1.100"), port=80, properties=desc, server="craig.local.") It seems to *nearly*...
Just a suggestion, to implement the [Wireshark extcap interface](https://github.com/wireshark/wireshark/blob/master/doc/README.extcap).