NuttX

Table of Contents

  • Home
  • Introduction
  • Getting Started
  • Contributing
  • The Inviolable Principles of NuttX
  • Supported Platforms
  • OS Components
  • Applications
    • Audio Utility libraries
    • Bootloader Utilities
    • Benchmark Applications
    • CAN Utilities
    • Cryptography Library Support
    • File System Utilities
    • Games
    • Graphics Support
    • Industrial Applications
    • Inertial Libraries Support
    • Interpreters
    • Logging Utilities
    • LTE Libraries and NSH Add-Ons
    • Math Library Support
    • Machine Learning Support
    • Network Utilities
      • chat Chat tool
      • cjson cJSON library
      • codecs CODEC Library: Base64 coding, URL coding, MD5
      • cwebsocket WebSocket Client Library
      • dhcp6c DHCPv6 client
      • dhcpc DHCP client
      • dhcpd DHCP server
      • discover Network Discovery Utility
      • esp8266 ESP8266
      • ftpc FTP client
      • ftpd FTP server
      • iperf iperf
      • iptables iptables library
      • libcurl4nx cURL4nx HTTP client library
      • mqttc MQTT-C library
      • netcat NetCat tool
      • netinit Network initialization
      • netlib Network support library
      • nng Nanomsg NG
      • ntpclient NTP client
      • ping ICMP ping support
      • pppd PPP server
      • ptpd PTPD client/server
      • rexec Remote execution client
      • rexecd Remote Execution Server
      • rtptools RTP Tools
      • smtp SMTP
      • telnetc Telnet client library
      • telnetd Telnet server daemon
      • tftpc TFTP client
      • thttpd THTTPD webserver
      • wakaama Eclipse Wakaama (formerly liblwm2m) - LWM2M protocol
      • wakeonlan WakeOnLAN support
      • webclient uIP web client
      • webserver uIP web server
      • xmlrpc XML RPC library
    • NuttShell (NSH)
    • Software Define Radio Libraries
    • System Libraries and NSH Add-Ons
    • Testing
    • Host Side Tools
    • Wireless Libraries and NSH Add-Ons
    • Examples
  • Implementation Details
  • API Reference
  • FAQ
  • Guides
  • Glossary
  • NuttX Logos
NuttX
  • Applications
  • Network Utilities
  • View page source

Network Utilities

Contents

  • chat Chat tool
  • cjson cJSON library
  • codecs CODEC Library: Base64 coding, URL coding, MD5
  • cwebsocket WebSocket Client Library
  • dhcp6c DHCPv6 client
  • dhcpc DHCP client
  • dhcpd DHCP server
  • discover Network Discovery Utility
  • esp8266 ESP8266
  • ftpc FTP client
  • ftpd FTP server
  • iperf iperf
  • iptables iptables library
  • libcurl4nx cURL4nx HTTP client library
  • mqttc MQTT-C library
  • netcat NetCat tool
  • netinit Network initialization
  • netlib Network support library
  • nng Nanomsg NG
  • ntpclient NTP client
  • ping ICMP ping support
  • pppd PPP server
  • ptpd PTPD client/server
  • rexec Remote execution client
  • rexecd Remote Execution Server
  • rtptools RTP Tools
  • smtp SMTP
  • telnetc Telnet client library
  • telnetd Telnet server daemon
  • tftpc TFTP client
  • thttpd THTTPD webserver
  • wakaama Eclipse Wakaama (formerly liblwm2m) - LWM2M protocol
  • wakeonlan WakeOnLAN support
  • webclient uIP web client
  • webserver uIP web server
  • xmlrpc XML RPC library

uIP Applications

This directory contains most of the network applications contained under the uIP-1.0 apps directory. As the uIP apps/README.md says, these applications “are not all heavily tested”. These uIP-based apps include: dhcpc, smtp, webclient and webserver

You may find additional information on these apps in the uIP forum accessible through: http://www.sics.se/~adam/uip/index.php/Main_Page. Some of these (such as the uIP web server) have grown some additional functionality due primarily to NuttX user contributions.

Previous Next

© Copyright 2023, The Apache Software Foundation.