Skip to content

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.

Generate a random drone event.

  • Name: DroneEventRandom
  • Tags: generator, random, drone event
  • Category: Producer
  • Subcategory: Generator > Random

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
  • DroneEvent : Output for DroneEvent data

No configuration required for this node.

Save a drone sensor entry.

  • Name: SaveDroneEvent
  • Tags: database, save, drone event
  • Category: Consumer
  • Subcategory: Database > Sql

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.
  • Is Success : Success

No configuration required for this node.