Skip to content

Use cases

Bernardo Ramos edited this page Jul 9, 2019 · 16 revisions

Use cases for AergoLite

For the current implementation (all nodes with the same content)

These are cases in which the devices must access (read and/or write) data even when they are off-line.

Access Control

Using biometry or cards (for people) or wireless and image recognition (for vehicles)

Having on the db (AergoLite):

  • The allowed people / vehicles
  • Records of their entrances and exits

It is a good example of an application in which the devices should work even when off-line. If the connectivity between then is down they can still access the table of allowed people or vehicles and record new accesses locally. When the connectivity is reestablished the node will synchronize its local database with its peers, all following node authorization with private key signing of transactions and consensus between the nodes on the final state of the database.

Good for schools, universities, organizations, public and private institutions. All that use more than one device for the access control.

This also includes access control on events/shows that take place far from the city. AergoLite could also be used on handheld devices used for reading tickets or bracelets.

Product delivery

The trucks, people and robots making delivery can be out of reach of connectivity but still require to store information about which products were delivered.

Maybe this use case requires the next version of AergoLite, with support for many thousands of devices.

Agriculture

Harvesters tracking information about themselves can share a common database and communicate just locally in the field (LoRa, WiFi, RF) without a central server.

Automated robots in agriculture can use the same.

Mobile Apps

Applications on mobile apps that should work even when off-line and require synchronization of data between them, but just for a private group of allowed users/devices.

...

Search more cases for:

  • Energy
  • Food
  • Health
  • Transportation (incl. public), logistics and delivery
  • Supply chain
  • Security
  • Education
  • Industry (automation)
  • Mobile Apps
Clone this wiki locally