Documentation
The Crosser Platform Documentation and technical walk-trough.
FAQ
The most common questions and answers collected in one place.
Academy
The Crosser Academy offers free training courses and certification.
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
Delayed startup processing
Combine Interval and Delay modules to create one-off triggers at any time.
02 May 2025
Calculating time differences across messages
Learn how to get two timestamps from different messages into the same message, so that we can calculate the difference.
25 Apr 2025
Use Flow Annotations
Use flow annotations to document and explain the Flow in the Flow Studio.
16 Apr 2025
Securing HTTP and MQTT endpoints on the Crosser Node
Secure your Crosser Node's HTTP and MQTT endpoints with TLS encryption and authentication.
04 Apr 2025
All Posts