Structs§

  • The main structure of the library to use communication in the mesh network. The node works in the manner of listening of ether for some time, which is called listen_period, and then sending out packets.
  • User-friendly Node configuration structure.
  • Error that can be returned by Node update method.

Enums§

  • State of the packet.
  • Error that can be returned by Node send method.
  • Errors, that may occur during the call call of Node send_with_transaction or send_ping_pong method.

Constants§

Type Aliases§

  • Type alias for packet address identification number.
  • Type alias for packet lifetime. This value contains the information, about for how many times the packet can be re-sent. It has sense to contain same capacity of possible values same as AddressType - in order to make the packet possible to pass all the nodes of the network.
  • Type alias for a String with fixed length, that is made to unify use of the library.
  • Type alias for milliseconds.