FNET
FNET copied to clipboard
The FNET is a free, open source, dual TCP/IPv4 and IPv6 Stack (under Apache Version 2.0 license) for building embedded communication software on 32bit MCUs.
Board: Teensy 4.1 with NativeEthernet library https://github.com/vjmuzik/NativeEthernet I'm using this fork of the FNET repository: https://github.com/vjmuzik/FNET As far as I could see the concerning service 'fnet_dns.c' doesn't differ between the...
If using TLS connections, errors in the underlying FNET write or read functions won't cause the TLS connections to close as expected. This error can be traced down to the...
An update to the included MBED-TLS would be really appreciated since the currently used version seems to have some compiler warnings and security issues that have been resolved in newer...
FNET has indeed been a great asset to our work. We’ve been utilizing FNET in our products for some time now. However, due to certain circumstances, we’re required to switch...