@@ -10,8 +10,8 @@ else:
# Start up the HUTN compilation service already
try:
- hutn = subprocess.Popen([sys.executable, "scripts/HUTN_service.py", "127.0.0.1:%s" % port])
- json = subprocess.Popen([sys.executable, "scripts/JSON_service.py", "127.0.0.1:%s" % port])
+ hutn = subprocess.Popen([sys.executable, "services/HUTN/main.py", "127.0.0.1:%s" % port])
+ json = subprocess.Popen([sys.executable, "services/JSON/main.py", "127.0.0.1:%s" % port])
os.chdir("wrappers")
subprocess.check_call([sys.executable, "-m", "sccd.compiler.sccdc", "-p", "threads", "modelverse_SCCD.xml"])
@@ -8,7 +8,7 @@ from multiprocessing import Process, Pipe, freeze_support
#address = "msdl.uantwerpen.be:8001"
address = "localhost:8001"
-sys.path.append('interface/PDEVS/pypdevs/src')
+sys.path.append('services/DEVS/pypdevs/src')
from simulator import Controller
import threading, time
@@ -1,7 +1,7 @@
"""
Generated by Statechart compiler by Glenn De Jonghe, Joeri Exelmans, Simon Van Mierlo, and Yentl Van Tendeloo (for the inspiration)
-Date: Thu Nov 9 10:27:28 2017
+Date: Thu Nov 9 10:44:33 2017
Model author: Yentl Van Tendeloo
Model name: MvK Server