Skip to content

Networking

Ron Evans edited this page Nov 18, 2024 · 1 revision

This is the page for information about network implementations for TinyGo.

At present there are several different groups of developers who want to be able to use the standard net packages from TinyGo:

  • Embedded microcontrollers that have a separate co-processor that supports TCP and higher level protocols such as NINAFW
  • Embedded Linux that have a full kernel network implementation.
  • WebAssembly Preview 1 and above.
  • Embedded microcontrollers that have a separate co-processor that only supports L2 protocols such as CYW43439 or physical ETH.
Clone this wiki locally