You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This repository contains the source code for building an OPC-UA Server ACAP appl
7
7
along with a guide on developing and building custom modules/plugins.
8
8
You can create your own plugins to address specific use cases. Example
9
9
plugins are provided and briefly described below, for more information about a
10
-
plugin see its README.
10
+
plugin see its readme.
11
11
12
12
The OPC-UA Server is based on the [**open62541**](https://www.open62541.org/)
13
13
library. For an introduction to OPC-UA, see
@@ -266,12 +266,12 @@ picture below.
266
266
267
267
This application includes the source code for several plugins, which serve both as functional components and as examples for custom development. The currently available plugins are:
268
268
269
-
- The `bdi` plugin (`plugins/bdi`) provides a **BasicDeviceInfo** object node with device-specific properties (See [README](app/plugins/bdi/README.md) for details).
270
-
- The `hello_world` plugin (`plugins/hello_world`) creates a **HelloWorldNode** variable (See [README](app/plugins/hello_world/README.md) for details).
271
-
- The `ioports` plugin (`plugins/ioports`) exposes I/O port status and control (See [README](app/plugins/ioports/README.md) for details).
272
-
- The `simple_event` plugin (`plugins/simple_event`) demonstrates Axis event integration via OPC-UA events (See [README](app/plugins/simple_event/README.md) for details).
273
-
- The `thermal` plugin (`plugins/thermal`) exposes thermal camera data and controls (See [README](app/plugins/thermal/README.md) for details).
274
-
- The `vinput` plugin (`plugins/vinput`) provides control over virtual inputs (See [README](app/plugins/vinput/README.md) for details).
269
+
- The `bdi` plugin (`plugins/bdi`) provides a **BasicDeviceInfo** object node with device-specific properties (See [readme](app/plugins/bdi/README.md) for details).
270
+
- The `hello_world` plugin (`plugins/hello_world`) creates a **HelloWorldNode** variable (See [readme](app/plugins/hello_world/README.md) for details).
271
+
- The `ioports` plugin (`plugins/ioports`) exposes I/O port status and control (See [readme](app/plugins/ioports/README.md) for details).
272
+
- The `simple_event` plugin (`plugins/simple_event`) demonstrates Axis event integration via OPC-UA events (See [readme](app/plugins/simple_event/README.md) for details).
273
+
- The `thermal` plugin (`plugins/thermal`) exposes thermal camera data and controls (See [readme](app/plugins/thermal/README.md) for details).
274
+
- The `vinput` plugin (`plugins/vinput`) provides control over virtual inputs (See [readme](app/plugins/vinput/README.md) for details).
0 commit comments