Skip to content

A Specific-Purpose GNU/Linux Distribution for Embedded BDI-based Multi-Agent Systems

Notifications You must be signed in to change notification settings

chon-group/dpkg-chonos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChonOS - A Specific-Purpose GNU/Linux Distribution for Embedded BDI-based Multi-Agent Systems

chonOS
The chonOS is a ready-to-go GNU/Linux distribution that integrates several existing solutions to abstract technological dependencies in embedding MAS in hardware platforms. In addition, it offers a framework for Embedded MAS programming to control hardware devices and support the development of mobile or IoT agents.

How to use?

  1. Download the chonOS for your single-board computer, below are the available models:
RPI1 Raspberry Pi 1 Model B RPI3 Raspberry Pi 3 Model B RPI0 Raspberry Pi Zero W BPI0 Banana Pi M2 Zero
  1. Burn a SD Card

    install

    Tutorial: https://youtu.be/sBbAgfHaPb0

Other Single-board Computer? Try to execute the follow commands:

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 chonos

How to use?

TODO

COPYRIGHT

Creative Commons License
The Cognitive Hardware on Networks Operating System (chonOS) and is licensed under a Creative Commons Attribution 4.0 International License. The licensor cannot revoke these freedoms as long as you follow the license terms:

  • Attribution — You must give appropriate credit like below:

LAZARIN, Nilson Mori; PANTOJA, Carlos Eduardo; VITERBO, José. Towards a Toolkit for Teaching AI Supported by Robotic-agents: Proposal and First Impressions. In: WORKSHOP SOBRE EDUCAÇÃO EM COMPUTAÇÃO (WEI), 31. , 2023, João Pessoa/PB. Anais [...]. Porto Alegre: Sociedade Brasileira de Computação, 2023 . p. 20-29. ISSN 2595-6175. DOI: https://doi.org/10.5753/wei.2023.229753.

Bibtex citation format
@inproceedings{chonOS,
 author = {Nilson Lazarin and Carlos Pantoja and José Viterbo},
 title = { Towards a Toolkit for Teaching AI Supported by Robotic-agents: Proposal and First Impressions},
 booktitle = {Anais do XXXI Workshop sobre Educação em Computação},
 location = {João Pessoa/PB},
 year = {2023},
 issn = {2595-6175},
 pages = {20--29},
 publisher = {SBC},
 address = {Porto Alegre, RS, Brasil},
 doi = {10.5753/wei.2023.229753},
 url = {https://sol.sbc.org.br/index.php/wei/article/view/24887}
}