-
Notifications
You must be signed in to change notification settings - Fork 12
Startup Command
{dslinkAgent} --broker {brokerHost} --log [none|error|warn|info|debug]
- jave -jar testjavalink.jar --broker localhost:8080/conn --log warn
- dart testdartlink.dart --broker https://localhost:8080/conn --log debug
- testexelink.ext --broker localhost:8080/conn --log none
dslinkAgent is defined in dslink.json
- main config defines the main executable or script
- engines config defines the engines that can run the main file, if engines is blank, means main file itself is executable
The url of connection end point
different log level, "debug" will print all log message, and none will print no log message except critical fatal errors.
other parameter needed by the dslinkAgent should be defined in the configs fields in dslink.json
Protocol
◌ Design
◌ Initializing Connection
◌ Node API
◌ Methods
◌ Broker
◌ Broker Discovery
◌ Configs
◌ Value Types
◌ Tokens
◌ Quality of Service
DSLink Manager
◌ dslink.json
◌ Startup Command
SDK Development
◌ Implementation Guide
DSA Server
◌ Installation
◌ Update Server
◌ Server Configuration
◌ CLI Tools
◌ DSA Permission Basics
◌ DSA Permission Model
◌ Permission List for the Root
◌ Authentication
◌ OpenID Connect
◌ Password Hasher
◌ DGLux Server SSL (HTTPS)
◌ Docker
◌ Audit
◌ Data Node
◌ Install NGINX with DSA Server
◌ Configure Ubuntu Linux to auto start DSA server
◌ Troubleshooting