Lines Matching +full:net +full:- +full:tools
1 .. zephyr:code-sample:: coap-server
3 :relevant-api: coap coap_service
15 service's name. A linker file is required, see ``sections-ram.ld`` for an example.
21 site-local IPv6 multicast address reserved for CoAP nodes.
25 .. code-block:: none
32 /location-query
33 /large-update
36 against coap-server.
45 See the `net-tools`_ project for more details
53 .. code-block:: console
55 sudo ./examples/etsi_coaptest.sh -i tap0 2001:db8::1
60 .. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools target in Building And Running
64 Wi-Fi
67 The IPv4 Wi-Fi support can be enabled in the sample with
68 :ref:`Wi-Fi snippet <snippet-wifi-ipv4>`.