Make ID in WAMP project match with ID PLC runtime.
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 16 Aug 2018 11:01:54 +0300
changeset 2288 5f59e898b2e4
parent 2287 f09f31602ba6
child 2289 cf0934b42d66
Make ID in WAMP project match with ID PLC runtime.

See project_files/wampconf.json. ID for runtime is "wamptest". The
same id should be used in project's location URI: WAMP://127.0.0.1:8888#Automation#wamptest
tests/wamp/README
tests/wamp/beremiz.xml
--- a/tests/wamp/README	Thu Aug 16 10:53:54 2018 +0300
+++ b/tests/wamp/README	Thu Aug 16 11:01:54 2018 +0300
@@ -23,4 +23,4 @@
    Autobahn         : 18.3.1 (with JSON, MessagePack, CBOR, UBJSON)
    Twisted          : 17.9.0-EPollReactor
    LMDB             : 0.93/lmdb-0.9.18
-   Python           : 2.7.12/CPython
\ No newline at end of file
+   Python           : 2.7.12/CPython
--- a/tests/wamp/beremiz.xml	Thu Aug 16 10:53:54 2018 +0300
+++ b/tests/wamp/beremiz.xml	Thu Aug 16 11:01:54 2018 +0300
@@ -1,4 +1,4 @@
 <?xml version='1.0' encoding='utf-8'?>
-<BeremizRoot xmlns:xsd="http://www.w3.org/2001/XMLSchema" URI_location="WAMP://127.0.0.1:8888#Automation#WampID">
+<BeremizRoot xmlns:xsd="http://www.w3.org/2001/XMLSchema" URI_location="WAMP://127.0.0.1:8888#Automation#wamptest">
   <TargetType/>
 </BeremizRoot>