-
#### Description
Some implementations of `netdev_driver_t::recv(netdev_t *dev, void *buf, size_t len, void *info)` do not implement the drop case (`(buf == NULL) && (len != 0)`). This issue should tr…
-
```
What steps will reproduce the problem?
1. configure device001/2 with ATmega128; 16MHz; Large
The following output will be displayed
Calculate code size: device_001.sizeelf
avr-gcc -mmcu=atmega1…
-
I hope you add a Support for ethernet connection, so we can build project when we can't use wifi, or if we want to make esp32 nat router
-
```
What steps will reproduce the problem?
1. configure device001/2 with ATmega128; 16MHz; Large
The following output will be displayed
Calculate code size: device_001.sizeelf
avr-gcc -mmcu=atmega1…
-
Hello. I want to communicate ModbusTCP with ESP32 and ENC28j60 ethernet module. However, I couldn't. What sample code should I use?
-
# Problem
Interfaces are not comparable. This problem is aggravated by the fact errors usually need to be compared to control program flow, i.e. io.EOF.
The following program yields an error when …
-
I've just tried to use the EthernetENC library with the DHCP Address Printer example, and get the following output:
```
Initialize Ethernet with DHCP:
udp beginPacket, rip: 255.255.255.255, port:…
-
**What i'm using it for/background:**
I have a fish tank with several sensors and i want to send this over LAN (ENC28J60 chip) to ThingSpeak. I already have a set up with a Wemos Mini Pro, which us…
-
It would be good to commit to a more regular crates-io release cycle, in order to get more people away from patches when possible.
It might be good to set up some regular cadence, like every week o…
-
Hi, I use the udpserver example and i can receive UDP message address to my IP, but if i send an UDP broadcast message, i can't receive it ?