Skip to content

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

Notifications You must be signed in to change notification settings

jkaflik/tinygo-w5500-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages