Skip to content

Commit

Permalink
docs: listing maintainers (#989)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Romann <[email protected]>
  • Loading branch information
danielpeintner and JKRhb authored Jul 4, 2023
1 parent 19cc462 commit 2ed25ab
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/binding-coap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

W3C WoT Binding Template specification for CoAP can be found [here](https://w3c.github.io/wot-binding-templates/bindings/protocols/coap/index.html).

Current Maintainer(s): [@JKRhb](https://github.com/JKRhb)

## Protocol specifier

The protocol prefix handled by this binding is `coap://` or `coaps://`.
Expand Down
2 changes: 2 additions & 0 deletions packages/binding-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

W3C WoT Binding Template specification for HTTP can be found [here](https://w3c.github.io/wot-binding-templates/bindings/protocols/http/index.html).

Current Maintainer(s): [@relu91](https://github.com/relu91) [@danielpeintner](https://github.com/danielpeintner)

## Protocol specifier

The protocol prefix handled by this binding is `http://` or `https://`.
Expand Down
2 changes: 2 additions & 0 deletions packages/binding-mbus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ W3C Web of Things (WoT) Protocol Binding for [Meter Bus](https://en.wikipedia.or
This package uses [node-mbus](https://www.npmjs.com/package/node-mbus) as a low level client for M-Bus TCP.
This implementation only supports reading data (for WoT Consumer applications).

Current Maintainer(s): [@LennyHEVS](https://github.com/LennyHEVS)

## Protocol specifier

The protocol prefix handled by this binding is `mbus+tcp:`. This is currently a non-standard prefix.
Expand Down
2 changes: 2 additions & 0 deletions packages/binding-modbus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ W3C Web of Things (WoT) Protocol Binding for [Modbus](https://en.wikipedia.org/w
This package uses [modbus-serial](https://www.npmjs.com/package/modbus-serial) as a low level client for Modbus TCP.
W3C WoT Binding Template for Modbus can be found [here](https://w3c.github.io/wot-binding-templates/bindings/protocols/modbus/index.html).

Current Maintainer(s): [@relu91](https://github.com/relu91) [@fillobotto](https://github.com/fillobotto)

## Protocol specifier

The protocol prefix handled by this binding is `modbus+tcp://`.
Expand Down
2 changes: 2 additions & 0 deletions packages/binding-mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ W3C Web of Things (WoT) Protocol Binding for [MQTT](https://en.wikipedia.org/wik
This package uses [mqtt](https://www.npmjs.com/package/mqtt) as a low level library for MQTT.
W3C WoT Binding Template for MQTT can be found [here](https://w3c.github.io/wot-binding-templates/bindings/protocols/mqtt/index.html).

Current Maintainer(s): [@egekorkan](https://github.com/egekorkan) [@hasbel](https://github.com/hasbel) [@sebastiankb](https://github.com/sebastiankb) [@hasanheroglu](https://github.com/hasanheroglu)

## Protocol specifier

The protocol prefix handled by this binding is `mqtt://` or `mqtts://`.
Expand Down
2 changes: 2 additions & 0 deletions packages/binding-netconf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

W3C Web of Things (WoT) Protocol Binding for NETCONF [RFC6241](https://tools.ietf.org/html/rfc6241)

Current Maintainer(s): [@lukesmolo](https://github.com/lukesmolo)

## Protocol specifier

The protocol prefix handled by this binding is `netconf://`.
Expand Down
2 changes: 2 additions & 0 deletions packages/binding-opcua/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
W3C Web of Things (WoT) Protocol Binding for OPC UA.
This package uses [nodep-opcua](https://www.npmjs.com/package/node-opcua) as a low-level client for OPCUA over TCP.

Current Maintainer(s): [@erossignon](https://github.com/erossignon)

## Protocol specifier

The protocol prefix handled by this binding is `opc.tcp`.
Expand Down
3 changes: 3 additions & 0 deletions packages/binding-websockets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Websocket Protocol Binding of node-wot

Current Maintainer(s): [@miguelrk](https://github.com/miguelrk)
2 changes: 2 additions & 0 deletions packages/browser-bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Bundle to run node-wot as browser-side library. Note, this will only include the node-wot in client mode with limited binding support.

Current Maintainer(s): [@relu91](https://github.com/relu91) [@danielpeintner](https://github.com/danielpeintner)

## Supported bindings

HTTP / HTTPS / WebSockets
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Command-line interface (CLI) of node-wot

Current Maintainer(s): [@relu91](https://github.com/relu91) [@danielpeintner](https://github.com/danielpeintner) [@mkovatsc](https://github.com/mkovatsc)

## Getting Started

### Installation
Expand Down
2 changes: 2 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The core of node-wot is the entry point allowing to attach dedicated bindings su

or to create user-specific bindings.

Current Maintainer(s): [@danielpeintner](https://github.com/danielpeintner) [@relu91](https://github.com/relu91) [@JKRhb](https://github.com/JKRhb)

### Prerequisites

- `npm install @node-wot/core`
Expand Down
2 changes: 2 additions & 0 deletions packages/td-tools/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# TD (Thing Description) tools of node-wot

Current Maintainer(s): [@danielpeintner](https://github.com/danielpeintner) [@relu91](https://github.com/relu91)

## Getting Started

In the following example it is shown how td-tools of node-wot can be used.
Expand Down

0 comments on commit 2ed25ab

Please sign in to comment.