examples.txt 644 B

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