Can I configure multiple Smart Data Upload strategies (LTE, Wi-Fi)?

Agent support multiple Smart Data Upload strategies, but only one can be used globally for the moment.

You can choose to upload data over-the-air or to keep data on your System for a manual upload. Whatever your type of connection to the outside world (LTE, Wi-Fi, …), our solution is agnostic and will work with any available connection.

Do I need to integrate Agent into a vehicle?

Agent is designed to work at the edge or on the cloud.

  • In case you want to collect smart data in real-time at the edge, you need to install Agent on the system that produces the data (vehicle, drone, traffic light, …).
  • In case you want to collect smart data a-posteriori on the cloud, you need to integrate the SDK on the replay system (server, …). No vehicle is required and you can replay a ROS bag from your cloud.

What are the computing resources requirement to run the Agent?

The minimum hardware requirements for our Agent are:

  • CPU ≥ 1.4 GHz
  • RAM ≥ 256 MB
  • Storage ≥ 128MB (for executables and libraries)

Currently we support:

  • Ubuntu ≥ 20
  • Debian 12

What is the programing language of HeexSDK? Can I use my preferred language?

The programing language of the SDK is C++.
We also have a wrapper for this SDK in Python.