Skip to content

Configuration of Protocol Bindings for the cli (wot-servient) #14

Open
@mkovatsc

Description

@mkovatsc

Copied from thingweb/node-wot#38.

The cli already uses a wot-servient.conf.json for configuration. This should in future also be used to include protocol binding implementations by including entries such as:

"servers" : [
   "@node-wot/binding-http"
],
"clients" : [
   "@node-wot/binding-http",
   "@node-wot/binding-coap"
]

There can then be required, but we would need standardized class names, I guess.
Is there a better way to do such dynamic dependencies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliIssues with the command line interfaceenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions