renamed skygui to nodegui and added start of gui in autostart script

git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@604 23d1a52b-0c3c-0410-b72d-8f29ab48fe35
This commit is contained in:
joxe 2009-09-10 15:31:21 +00:00
parent f26b3c505a
commit 89021928be
2 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,6 @@
# install ContikiChecker
# contikichecker
#start the nodegui serice
service nodegui start
start

View File

@ -191,7 +191,7 @@ public abstract class MoteIVNode extends GenericNode implements PortListener, US
if (!config.getPropertyAsBoolean("nogui", true)) {
gui = new SkyGui(this);
registry.registerComponent("skygui", gui);
registry.registerComponent("nodegui", gui);
// A HACK for some "graphs"!!!
DataChart dataChart = new DataChart("Duty Cycle", "Duty Cycle");