dronesensor
The module nodes are the building blocks for the flow-based programming. Each node represents a specific task or operation that can be performed by the module. The following table lists the available nodes for this module.
Random Drone Event
Section titled “Random Drone Event”Generate a random drone event.
Metadata:
Section titled “Metadata:”- Name: DroneEventRandom
- Tags: generator, random, drone event
- Category: Producer
- Subcategory: Generator > Random
Description:
Section titled “Description:”The node generates a random drone event for testing purposes only. You can configure the tick rate and probability.
Inputs: (1)
- Get DroneEvent : Trigger to get DroneEvent data
Outputs: (1)
Section titled “Outputs: (1)”- DroneEvent : Output for DroneEvent data
Configuration:
Section titled “Configuration:”No configuration required for this node.
Save Drone Event
Section titled “Save Drone Event”Save a drone sensor entry.
Metadata:
Section titled “Metadata:”- Name: SaveDroneEvent
- Tags: database, save, drone event
- Category: Consumer
- Subcategory: Database > Sql
Description:
Section titled “Description:”The node saves a drone event in the database. The drone event contains information such as the timestamp, sensor ID, location, and direction of the drone. This node is useful for storing drone events for analysis, monitoring, or auditing purposes. During the save operation, the data will be validated and stored in the database. If the save operation is successful, the node will output a success message.
Inputs: (1)
- DroneEvent to save : The DroneEvent to save in the database or file.
Outputs: (1)
Section titled “Outputs: (1)”- Is Success : Success
Configuration:
Section titled “Configuration:”No configuration required for this node.