Crate sos_net

source ·
Expand description

Networking library for the SOS SDK.

Re-exports

Modules

  • clientclient
    Traits and implementations for clients.
  • devicedevice
    Functions for getting the local LAN IP address and information about the device.
  • peerpeer and non-WebAssembly
    Peer to peer networking.
  • serverserver
    Web server implementation.

Structs

  • FileLocksNon-WebAssembly
    Manages a collection of exclusive file locks.

Enums

  • Errors generated by the node library.

Type Aliases

  • Result type for the network module.