Code Modules - Best used for, and not to be used for...
The code modules available in the Crosser Module library are very powerful when you need to run your own custom logic or need additional functionality.
05 Apr 2024
Template Modules
Use Template Modules for data mapping when you need to create a complex message structure with lots of static data/hierarchies.
The Throttle Module
Very useful module to limit the rate of messages for enhanced overview and debugging.
29 Mar 2024
Timeout Module
Use the Timeout module to monitor the expected delivery of data and get notified when data stops arriving.
The Math Module
With the Math module you can do calculations and write mathematical expressions like when you write them on paper or in your spreadsheets.
22 Mar 2024
HTTP Request and Response modules
Send data and return data from your Flows to HTTP clients by using the HTTP Request and Response modules.
Trigger Modules - Modules for triggering flows and actions
These modules are used for triggering flows and actions.
15 Mar 2024
Leveraging the built-in MQTT Broker
The obvious use of this broker is if you have data sources that can publish data on a MQTT broker and you want to use this data in a Flow.
Message Filters
This module is commonly use to block messages with invalid data or to apply different processing based on message data.
All Posts