ax-net-ng 0.5.3

ArceOS network module
Documentation

ArceOS network module.

It provides unified networking primitives for TCP/UDP communication using various underlying network stacks. Currently, only smoltcp is supported.

Organization

  • [tcp::TcpSocket]: A TCP socket that provides POSIX-like APIs.
  • [udp::UdpSocket]: A UDP socket that provides POSIX-like APIs.