-
Notifications
You must be signed in to change notification settings - Fork 6
/
README
101 lines (78 loc) · 3.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
MiXiM http://mixim.sourceforge.net/
-----------------------------------
-----------------------------------
Contents
========
- Purpose and History
- Copyright
- Authors
- Installation
- Documentation
- Release notes
Purpose and History
===================
MiXiM (mixed simulator) is a simulator for wireless and mobile networks
using the OMNeT++ simulation engine.
MiXiM is available at http://mixim.sourceforge.net/
MiXiM is the attempt to merge several OMNeT++ simulators written to support
mobile and wireless simulations.
Those prdecessors of MiXiM are:
- ChSim
http://www.cs.uni-paderborn.de/en/fachgebiete/research-group-computer-networks/projects/chsim.html
(c) by Universitaet Paderborn
- Mac Simulator
http://www.consensus.tudelft.nl/software.html
(c) by Technische Universiteit Delft
- Mobility Framework
http://mobility-fw.sourceforge.net/
(c) by Technische Universitaet Berlin, Telecommunication Networks Group
- Positif Framework
http://www.consensus.tudelft.nl/software.html
(c) by Technische Universiteit Delft
Copyright
=========
Copyright (C) 2007
- Technische Universitaet Berlin (TUB), Germany
Telecommunication Networks Group
- Technische Universiteit Delft (TUD), Netherlands
- Universitaet Paderborn (UPB), Germany
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
The TUB, TUD, and UPB do not provide any warranty for MiXiM --
you did not pay for it! Further details can be found in the file
COPYING.
As a good practice, you should acknowledge the work done in MiXiM
just as you do if you cite a scientific work.
Authors
=======
The current authors and maintainers of MiXiM are
- Andreas Koepke, TUB ([email protected])
- Hermann S. Lichte, UPB ([email protected])
- Tom Parker, TUD ([email protected])
- Michael Swigulski, TUB ([email protected])
- Stefan Valentin, UPB ([email protected])
- Otto Visser, TUD ([email protected])
- Karl Wessel, TUB ([email protected])
- Daniel Willkomm, TUB ([email protected])
Installation
============
For installation instructions please see the INSTALL file
Documentation
==============
All documentation can be found in the doc directory. If you still have questions
after reading these, check out the website at http://mixim.sourceforge.net.
To send any kind of feedback, bug reports, feature requests etc. please use the
OMNeT++ mailing list [email protected].
You have to subscribe to it first,
see http://www.omnetpp.org/external/maillist.php for details.
Release Notes
=============