Lines Matching +full:net +full:- +full:tools

13 The networking IP stack is modular and highly configurable via build-time
18 * **IPv6** The support for IPv6 is enabled by default. Various IPv6 sub-options
25 (`RFC 4862 <https://tools.ietf.org/html/rfc4862>`_).
31 (`RFC 4861 <https://tools.ietf.org/html/rfc4861>`_) is enabled by default.
33 (`RFC 3810 <https://tools.ietf.org/html/rfc3810>`_) is enabled by default.
35 IEEE 802.15.4 networks (`RFC 4944 <https://tools.ietf.org/html/rfc4944>`_).
43 (`RFC 2131 <https://tools.ietf.org/html/rfc2131>`_).
51 (`RFC 768 <https://tools.ietf.org/html/rfc768>`_) is supported.
57 (`RFC 793 <https://tools.ietf.org/html/rfc793>`_) is supported. Both server
63 implemented. Both blocking and non-blocking datagram (UDP) and stream (TCP)
71 A sample :zephyr:code-sample:`mqtt-publisher` client application for MQTT v3.1.1 is
75 (`RFC 7252 <https://tools.ietf.org/html/rfc7252>`_) is supported.
76 Both :zephyr:code-sample:`coap-client` and :zephyr:code-sample:`coap-server` sample
79 * **LWM2M** OMA Lightweight Machine-to-Machine Protocol
85 :zephyr:code-sample:`lwm2m-client` sample implements the library as an example.
91 :zephyr:code-sample:`sockets-http-client` and
92 :zephyr:code-sample:`sockets-http-server` samples are provided.
95 (`RFC 1035 <https://tools.ietf.org/html/rfc1035>`_) client functionality
100 Both multicast DNS (mDNS) (`RFC 6762 <https://tools.ietf.org/html/rfc6762>`_)
101 and link-local multicast name resolution
102 (LLMNR) (`RFC 4795 <https://tools.ietf.org/html/rfc4795>`_) are supported.
108 * **Wi-Fi Management API.** Applications can use Wi-Fi management API to
109 manage the interface, in example to connect to Wi-Fi network and to scan
110 available Wi-Fi networks.
112 * **Wi-Fi Network Manager API.** Wi-Fi Network Managers can now register
113 themselves to the Wi-Fi stack. The Network Managers can then implement
114 the Wi-Fi Management API and manage the Wi-Fi interface.
118 them in Kconfig: for example, Ethernet, Wi-Fi and 802.15.4 support. Note
133 See :ref:`traffic classification <traffic-class-support>` for more details.
140 or DNS resolving. The net-shell is useful when developing network software.
158 ``subsys/net/ip/``
161 ``subsys/net/l2/``
163 support for Ethernet, IEEE 802.15.4 and Wi-Fi.
165 ``subsys/net/lib/``
166 Application-level protocols (DNS, MQTT, etc.) and additional stack
169 ``include/net/``
173 ``samples/net/``
177 ``tests/net/``
180 source for sample code (see ``samples/net`` instead).
183 …penmobilealliance.org/release/LightweightM2M/V1_0_2-20180209-A/OMA-TS-LightweightM2M-V1_0_2-201802…
186 http://openmobilealliance.org/release/LightweightM2M/V1_1_1-20190617-A/
189 https://tools.ietf.org/html/rfc2616
192 https://tools.ietf.org/html/rfc9113