2007-05-07 23:05:17 +02:00
2007-05-01 11:35:27 +02:00
2007-05-04 14:03:12 +02:00
2007-05-04 14:03:12 +02:00
2007-05-07 23:05:17 +02:00
2006-09-06 13:21:45 +02:00
2007-03-30 15:39:02 -07:00
2006-12-04 13:51:42 +01:00
2007-03-30 15:39:02 -07:00
2007-03-30 15:39:02 -07:00
2007-03-30 15:39:02 -07:00
2007-03-30 15:39:02 -07:00
2007-03-30 15:39:02 -07:00

ns-3 uses the Mercurial software revision control system

Mercurial cheat sheet

clone this repository:
----------------------
hg clone http://code.nsnam.org/ns-3-dev

pull development tree changes to your local repository:
------------------------------------------------------
hg pull http://code.nsnam.org/ns-3-dev
hg update (apply the changes)  OR
hg merge (if you've made local changes)

commit locally:
--------------
hg status
hg add <new files, if any>
hg ci -m "message"

push upwards (developers access only):
--------------------------------------
hg push ssh://code@code.nsnam.org//home/code/repos/ns-3-dev

view the change log:
--------------
hg log <file>

doing a scons make clean:
------------------------
scons -c

S
Description
Custom (unsupported) fork of the NS-3 simulator with necessary patches for ndnSIM
Readme 68 MiB
Languages
Python 64.6%
C++ 34%
C 0.7%
Perl 0.5%