Work in progress
Wiznet W5500 chip driver implementation for TinyGO stack.
Partially inspired Arduino's Ethernet implementation, mostly based on official documentation.
TBD
- organise package
- tests
- multiple sockets support
- better error handling
- UDP tested
- DHCP client
- DNS client
- prepare to be moved into tinygo-org/drivers repository
- rework
net
package - refactor
DeviceDriver
in order to support multiple sockets
- rework