-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
50 lines (34 loc) · 2.22 KB
/
Readme.txt
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
# ****************************************************************************
# * Copyright: National ICT Australia, 2007 - 2010 *
# * Developed at the ATP lab, Networked Systems research theme *
# * Author(s): Athanassios Boulis, Dimosthenis Pediaditakis *
# * This file is distributed under the terms in the attached LICENSE file. *
# * If you do not find this file, copies can be found by writing to: *
# * *
# * NICTA, Locked Bag 9013, Alexandria, NSW 1435, Australia *
# * Attention: License Inquiry. *
# * *
# ***************************************************************************/
TO INSTALL Castalia type:
> ./makemake
> make
READ the Instalation guide for more details.
================================================================================
In the Root directory there are the following contents :
bin --> Dir containing the Castalia and CastaliaResults scripts
config --> Dir containing the configuration file used by makemake
out --> Dir produced by the build process. Contains all interediate
built files, as well as the Castalia executable.
Simulations --> Dir containing various simulation configuration files
Simulations can easily be run from its sub dirs.
src --> The source code of Castalia (*.cc, *.h, *.msg, *.ned files)
The directory's structure corresponds to the structure of the
compound modules and submodules that Castalia has.
Makefile --> File created after the invocation of the makemake script.
makemake --> The script to generate the appropriate Makefiles. It uses
OMNeT's opp_makemake tool.
CastaliaBin --> The Castalia executable. A soft link to out/gcc-debug/CastaliaBin
CHANGES.txt --> The change log.
LICENSE --> The License in plain text
VERSION --> File with the current version/build info
=============== READ THE INSTALATION GUIDE AND THE USER'S MANUAL ==============