Davide Bettio
Davide Bettio
Sometimes connection gets stuck with a similar log: ``` I (1166) network_driver: WIFI started I (1166) network_driver: WIFI_EVENT_STA_START received. I (1176) network_driver: DHCP hostname set to atomvm-1a34d26c8e9c I (1176) wifi:new:,...
API changes: 1. Rename `BEAM_START_FLAG` to `ENTRY_POINT_BEAM_FLAG` or just `ENTRY_POINT_FLAG`?
Implement a [GraphQL](https://graphql.org/) API as an alternative to existing REST API.
Astarte Identities purpose is to enable decoupling of data from the devices that produce data. They should cover following scenarios: - Mapping physical sensors (having their unique id) that might...
Implement a JavaScript example which allows to choose a sensor and to plot a chart for the given interval. The example should also display min, max and average values. All...
Documentation should contain some how-tos for following scenarios: * A device with some sensors. * A device which collects data from some wireless sensors and delivers them to Astarte (with...
Add persistent triggers with channels action. They would be reliable as existing persistent triggers, but dynamic as websockets.
`realm-management interfaces save` command might be renamed to something like `realm-management interfaces pull` or `... fetch`, since `... save` might have an ambiguous semantic.
It looks like that devices list is missing some devices, that might be caused by buggy usage of paginated lists.
Adding support to "save CSV to S3 bucket" when downloading data from Astarte would be quite useful for data science scientists. Expected behavior: astartectl would read data chunk by chunk...