Skip to content
Nilson Lazarin edited this page Nov 2, 2024 · 3 revisions

This project presents an extension of the Jason framework for developing Embedded MAS with BDI agents capable of controlling hardware, communicating, and moving between IoT devices capable of dealing with fault tolerance.

Embedded artificial intelligence in Internet of Things (IoT) devices is presented as an option to reduce connectivity dependence, allowing decision-making directly at the edge computing layer.The Multi-agent Systems (MAS) embedded into IoT devices enables, in addition to the ability to perceive and act in the environment, new characteristics like pro-activity, deliberation, and collaboration capabilities to these devices. A few new frameworks and extensions enable the construction of agent-based IoT devices. However, no framework allows constructing them with hardware control, adaptability, and fault tolerance, besides agents’ communicability and mobility.

Demonstration

Video demonstration Command Line Interface Video demonstration using an IDE

Read the JasonEmbedded Whitepaper

Available at ResearchGate Available at Springer Nature

How to install?

You can install the chonIDE in a Debian, Ubuntu or derivates Linux Distributions. In a terminal, execute the steps described below:

echo "deb [trusted=yes] http://packages.chon.group/ chonos main" | sudo tee /etc/apt/sources.list.d/chonos.list
sudo apt update
sudo apt install jason-embedded

How to use?

Consult the jasonEmbedded StdLib

Clone this wiki locally