Expose data via HTTP
Understand how to use Crosser as a ‘wrapper’ around UNS to expose data via HTTP.
11 Jul 2025
Apply processing logic and send results to Cloud
Apply processing to data from specific topics and send the result to external systems.
04 Jul 2025
Publish OPC data to UNS
Use Crosser to connect an OPC UA Server, apply data mapping and publish data to UNS with dynamic MQTT topics.
27 Jun 2025
Crosser + UNS - How does it fit?
Understand how Crosser can be used to power your Unified Namespace.
20 Jun 2025
Crosser as Azure Container Service
Understand how to run the Crosser Node as an Azure Container Service (ACS)
13 Jun 2025
Invoke messages from external apps/systems
You can trigger flows externally using HTTP or MQTT by sending messages to the Node’s internal HTTP server or MQTT broker.
05 Jun 2025
Use local files to buffer data and overcome connectivity issues
For unstable connections, store data locally and upload or stream it later to services like Azure IoT Hub or Kafka.
30 May 2025
Use environment settings to configure HTTP and MQTT Service
Crosser Node supports encryption and authentication for its MQTT Broker and HTTP Server, configurable via local files or environment variables on both Windows and Docker.
23 May 2025
The Parquet Writer Module
The Parquet Writer module creates compressed files from arrays for storage in cloud services like AWS or Azure. It auto-detects schema and types but allows overrides for inconsistent data.
16 May 2025
Use Data Generator to ingest lists
The Data Generator module can be used to generate some sample data to simulate input from external systems. This is helpful if you want to build a flow with a known message structure on the input side but without having access to that system right now.
09 May 2025
All Posts