# Openthread Extension Command The Openthread Extension Command is a series of command lines extended from [OpenThread CLI](https://github.com/openthread/openthread/blob/main/src/cli/README.md). Openthread Extension Command doesn't run alone, it needs to be used in conjunction with these examples: * [ot_cli](../ot_cli) * [ot_br](../ot_br) ## How to use the example Run the configuration command `idf.py menuconfig` to enable the operations you need for your example: `OpenThread Extension CLI` -> `Enable Espressif's extended features`. ## OT Extension Command Line List * [iperf](#iperf) * [tcpsockclient](#tcpsockclient) * [tcpsockserver](#tcpsockserver) * [udpsockclient](#udpsockclient) * [udpsockserver](#udpsockserver) * [wifi](#wifi) ### iperf Iperf is a tool for active measurements of the maximum achievable bandwidth on Thread network, which is based TCP and UDP. Print the iperf help: ```bash iperf ---iperf parameter--- -s : server mode, only receive -u : upd mode -V : use IPV6 address -c : client mode, only transmit -i : seconds between periodic bandwidth reports -t