README Node.js datalayer.provider.wildcard¶
This Node.js sample demonstrates dealing with a large set of nodes (big data provider) or any dynamic node hierarchy by listening to any _wildcarded address ( e.g. myRoot/**) and using self-managed virtual nodes, just returned in OnBrowse() method, which is efficient and light-weight.
IMPORTANT: Please read the Best Practise section in common Node.js documentation for more details and recommended samples.
Introduction¶
The sample demonstrates how to provide a large set of light-weight self-managed nodes by registering a wildcarded address to ctrlX Data Layer tree. The provider creates nodes with types of int/double/string.
Description¶
The sample demonstrates
-
How to provide nodes on a wildcarded address to ctrlX Data Layer.
-
How to create and provide meta data to nodes.
-
How to provide nodes with read-only or read-write support.
Prerequisites¶
Please read the common Node.js docs here, first.
Debug and Run¶
- Run 'npm install' in the terminal.
- Launch the app with the debugger attached by pressing F5.
Build and Install¶
- Launch Visual Studio Code
- Click on the Remote Explorer from the menu.
- Choose Open Folder in QEMU VM.
- Open the directory datalayer.provider.wildcard.
- Build and install snap as described here.
- Checkout ctrlX Data Layer web frontend (Settings | Data Layer)
-
Check the output using Diagnostics:
-
Login into your ctrlX
- Navigate to Diagnostics -> Logbook
- Click Settings on the right top corner
- Enable Show system messages
- Navigate to Filter -> Units and check your snap.sdk-node-provider-wildcard.app.service
- Now you should the see the app output diagnostics.
-
Press Refresh to update.
-
If you have root permissions, you can also watch the output on any ssh console with the command:
sudo snap logs sdk-node-provider-wildcard.app -f | more
Install the App¶
Login into ctrlX and install the App (Apps).
Gratulations - We're finished - Let's start coding¶
Support¶
Developer Community¶
Please join the Developer Community
SDK Forum¶
Please visit the SDK Forum
Issues¶
If you've found an error in these sample, please file an issue
License¶
SPDX-FileCopyrightText: Bosch Rexroth AG SPDX-License-Identifier: MIT