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

agent Kernel 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 Kernel into a vehicle?

agent Kernel 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 Kernel 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 Kernel?

The minimum hardware requirements for our agent Kernel are:

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

Currently we support two operating systems:

  • Ubuntu ≥ 18
  • Windows ≥ 7
  • CentOS 7.9

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.