xref: /nrf52832-nimble/rt-thread/components/net/uip/doc/examples.txt (revision 042d53a763ad75cb1465103098bb88c245d95138)
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