mainpage.dox 1.6 KB

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