Is your feature request related to a problem? Please describe.
When starting a nodejs process with pm2 using node-opcua on Windows 10 a Windows Prompt windows pops ups each time when "node-opcua-pki" package runs child_process.exec() method. The exec process is calling openssl.
There are two occurances: lib/misc/install_prerequisite.ts:98 and lib/pki/toolbox.js:123
One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework. GitHub repository is a mirror!
Eclipse Tahu addresses the existence of legacy SCADA/DCS/ICS protocols and infrastructures and provides a much-needed definition of how best to apply MQTT into these existing industrial operational environments.
MTConnect.NET is a .NET library for the MTConnect® protocol for machine tool data collection. Uses the .NET XmlSerializer to parse and easy to use functions for requesting data from MTConnect Agents. Updated to support up to MTConnect v1.5.
Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams. This repository contains ready-to-use pipeline elements and adapters for StreamPipes Connect
SenseWire is an enterprise-grade IoT platform built on a modern cloud-native architecture and a fully customizable feature set. Based on flexible microservices, SenseWire easily adapts to almost any need and application. It scales from a tiny start-up to a massive corporation and supports advanced deployment models for multi cloud IoT solutions.
Is your feature request related to a problem? Please describe.
When starting a nodejs process with pm2 using node-opcua on Windows 10 a Windows Prompt windows pops ups each time when "node-opcua-pki" package runs
child_process.exec()method. Theexecprocess is calling openssl.There are two occurances:
lib/misc/install_prerequisite.ts:98andlib/pki/toolbox.js:123**Describe