README 1.2 KB

12345678910111213141516171819202122232425
  1. INET Framework for OMNEST/OMNeT++
  2. =================================
  3. The INET framework is an open-source communication networks simulation
  4. package, written for the OMNEST/OMNeT++ simulation system. The INET framework
  5. contains models for several Internet protocols: beyond TCP and IP there is UDP,
  6. Ethernet, PPP and MPLS with LDP and RSVP-TE signalling. See the CREDITS file
  7. for the names of people who have contributed to the INET Framework.
  8. Example simulations are grouped into the following subdirectories:
  9. ethernet/ example Ethernet networks
  10. inet/ TCP/IP-based example networks
  11. ipv6/ IPv6-based example networks
  12. sctp/ SCTP examples
  13. rtp/ RTP examples (not yet integrated)
  14. emulation/ example networks using external interface to connect with real networks
  15. adhoc/ mobile and ad-hoc networks (incomplete)
  16. wireless/ IEEE 802.11 examples
  17. mpls/ example networks for MPLS/LDP/RSVP-TE
  18. ospfv2/ OSPF examples
  19. The package's main README file contains links to additional info to help you
  20. get started with the framework.