Ha csak lokálisan használod, de matter/thread tud fizikailag messze lévő hálózatokat, osszefogni:
ipaddr add
Adds a Network Interface Address to the Thread interface.
The passed-in instance aAddress
is copied by the Thread interface. The Thread interface only supports a fixed number of externally added unicast addresses. See OPENTHREAD_CONFIG_IP6_MAX_EXT_UCAST_ADDRS
.
Parameters
ipaddr add aAddress
Examples
ipaddr add 2001::dead:beef:cafe
Done