/tinygo-w5500-driver

WIP Wiznet's W5500 driver and basic implementation of net stack

Primary LanguageGo

tinygo-w5500-driver

Work in progress

Wiznet W5500 chip driver implementation for TinyGO stack.

Partially inspired Arduino's Ethernet implementation, mostly based on official documentation.

Usage

TBD

Examples

TODO

  • 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