1/** 2\defgroup apps Applications 3@{ 4 5The uIP distribution contains a number of example applications that 6can be either used directory or studied when learning to develop 7applications for uIP. 8 9*/ 10 11/** \example hello-world.c */ 12/** \example hello-world.h */ 13 14/** \example smtp.c */ 15/** \example smtp.h */ 16 17/** \example webclient.c */ 18/** \example webclient.h */ 19 20/** \example example-mainloop-with-arp.c */ 21/** \example example-mainloop-without-arp.c */ 22 23/** \example telnetd.c */ 24/** \example telnetd.h */ 25 26/** \example resolv.c */ 27/** \example resolv.h */ 28 29/** \example dhcpc.c */ 30/** \example dhcpc.h */ 31 32/** \example uip-conf.h */ 33 34/** @} */ 35