mainpage.dox 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /** @mainpage ENet
  2. ENet's purpose is to provide a relatively thin, simple and robust
  3. network communication layer on top of UDP (User Datagram Protocol).
  4. The primary feature it provides is optional reliable, in-order
  5. delivery of packets.
  6. ENet omits certain higher level networking features such as authentication,
  7. lobbying, server discovery, encryption, or other similar tasks that are
  8. particularly application specific so that the library remains flexible,
  9. portable, and easily embeddable.
  10. @ref Features
  11. @ref Downloads
  12. @ref Installation
  13. @ref Tutorial
  14. @ref MailingList
  15. @ref IRCChannel
  16. @ref FAQ
  17. @ref License
  18. <a class="el" href="usergroup0.html">Documentation</a>
  19. */
  20. /**
  21. @page Downloads Downloads
  22. You can retrieve the source to ENet by downloading it in either .tar.gz form
  23. or accessing the github distribution directly.
  24. The most recent stable release (1.3.13) can be downloaded <a class="el" href="download/enet-1.3.13.tar.gz">here</a>.
  25. The last release that is protocol compatible with the 1.2 series or earlier (1.2.5) can be downloaded <a class="el" href="download/enet-1.2.5.tar.gz">here</a>.
  26. You can find the most recent ENet source at <a class="el" href="https://github.com/lsalzman/enet">the github repository</a>.
  27. */
  28. /**
  29. @page MailingList Mailing List
  30. The <a class="el" href="http://lists.cubik.org/mailman/listinfo/enet-discuss">enet-discuss</a> list is for discussion of ENet, including bug reports or feature requests.
  31. */
  32. /**
  33. @page IRCChannel IRC Channel
  34. Join the \#enet channel on the <a class="el" href="http://freenode.net">freenode IRC network (irc.freenode.net)</a> for real-time discussion about the ENet library.
  35. */