A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
aodv.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2009 IITP RAS
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
* Based on
7
* NS-2 AODV model developed by the CMU/MONARCH group and optimized and
8
* tuned by Samir Das and Mahesh Marina, University of Cincinnati;
9
*
10
* AODV-UU implementation by Erik Nordström of Uppsala University
11
* https://web.archive.org/web/20100527072022/http://core.it.uu.se/core/index.php/AODV-UU
12
*
13
* Authors: Elena Buchatskaia <borovkovaes@iitp.ru>
14
* Pavel Boyko <boyko@iitp.ru>
15
*/
16
17
#ifndef AODV_H
18
#define AODV_H
19
20
/**
21
* \defgroup aodv AODV Routing
22
*
23
* This section documents the API of the ns-3 AODV module. For a generic functional description,
24
* please refer to the ns-3 manual.
25
*/
26
27
#endif
/* AODV_H */
src
aodv
doc
aodv.h
Generated on Fri Nov 8 2024 13:58:58 for ns-3 by
1.11.0