-
```
What steps will reproduce the problem?
Ethernet shield + DHCP. If the DHCP server gives you lease with "infinite"
lease time (0xFFFFFFFF) the method calculating rebind time (_dhcpT2 = _dhcpT1
-
```
OpenHardwareMonitor version: both v 0.1.26.1 Beta and v 0.5.1 Beta
OS: windows XP
Hardware: Kontron part #38011-0000-19-2
The Kontron module is connected directly to a Gig-E chipset, and then out…
-
```
It would be great if there was support for VLAN tagging of Ethernet frames.
There seems to be support for understanding a tagged packet, but not for
actually tagging them.
I've roughly added supp…
-
```
It would be great if there was support for VLAN tagging of Ethernet frames.
There seems to be support for understanding a tagged packet, but not for
actually tagging them.
I've roughly added supp…
-
```
It would be great if there was support for VLAN tagging of Ethernet frames.
There seems to be support for understanding a tagged packet, but not for
actually tagging them.
I've roughly added supp…
-
```
OpenHardwareMonitor version: both v 0.1.26.1 Beta and v 0.5.1 Beta
OS: windows XP
Hardware: Kontron part #38011-0000-19-2
The Kontron module is connected directly to a Gig-E chipset, and then out…
-
```
It would be great if there was support for VLAN tagging of Ethernet frames.
There seems to be support for understanding a tagged packet, but not for
actually tagging them.
I've roughly added supp…
-
I've been trying to get our Edison based HW that uses a USB-Ethernet dongle for internet connectivity up and running but with no luck.
I'm running
- Edison module with ResinOS 1.19 and Supervisor …
-
Make a library to encapsulate the boilerplate Ethernet and Serial things and allow us to swap between them without much thought. Ensure safe messages and enforce internal message protocols (start with…
-
If 2 Bytes starting at byte 13 is x8100, everything gets thrown off. x8100 is for 802.1Q, and there are an additional 4 Bytes added before the IP packet. I've been trying to fix this, but the compiler…