tests/projects/wamp/project_files/wampconf.json
author Edouard Tisserant <edouard@beremiz.fr>
Wed, 12 Jun 2024 11:45:09 +0200
changeset 3979 76295adcf940
parent 3416 53c66c4aefa3
permissions -rw-r--r--
WIP: Add skeleton for MQTT extension based on part of OPC-UA extension.

For now generated code makes no sense but persistently-configurable-C-generating-extension infrastructure is there.
{
    "ID": "wamptest", 
    "active": true, 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "url": "ws://127.0.0.1:8888"
}