A new runsics script has been implemented in python (runsics.py).

It supports the new "fakedev" simulation mode which runs SICS with real
drivers for devices which have simulated controllers.
There are advance options which allow multiple instances of SICS to be
launched on development and test environments.
Also we no longer depend on having serverport numbers in /etc/services.
This commit is contained in:
Ferdi Franceschini
2013-05-13 23:11:15 +10:00
parent 40f979de8f
commit babc5fe17e
23 changed files with 218 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
inst_user = 'platypus_sics'
inst_name = 'platypus'
inst_config = 'platypus_configuration.tcl'