An open API service indexing awesome lists of open source software.

https://github.com/chon-group/dpkg-chonide

ChonIDE Package for Debian, Mint, Ubuntu, and derivatives.
https://github.com/chon-group/dpkg-chonide

agentspeak arduino bdi-model debian-packages ide iot jason jasonembedded multiagent-systems robotics

Last synced: 7 months ago
JSON representation

ChonIDE Package for Debian, Mint, Ubuntu, and derivatives.

Awesome Lists containing this project

README

          

# ChonIDE APT package

|![chonide](https://github.com/chon-group/dpkg-chonide/assets/32855001/5c72e3b8-c3ff-4b7e-a7a4-37fad64205b4)|
|:--:|
|Meta package for Debian, Ubuntu, Mint, and derivatives that provides the [ChonIDE - An IDE to Support the Development of Embedded Multi-Agent Systems](https://github.com/chon-group/chonIDE)|

## How to install?

In a terminal, execute the steps described below:

```console
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 chonide
```

## COPYRIGHT
Creative Commons License
ChonIDE 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:

Souza de Jesus, V., Mori Lazarin, N., Pantoja, C.E., Vaz Alves, G., Ramos Alves de Lima, G., Viterbo, J. (2023). An IDE to Support the Development of Embedded Multi-Agent Systems. In: Mathieu, P., Dignum, F., Novais, P., De la Prieta, F. (eds) Advances in Practical Applications of Agents, Multi-Agent Systems, and Cognitive Mimetics. The PAAMS Collection. PAAMS 2023. Lecture Notes in Computer Science(), vol 13955. Springer, Cham. [https://doi.org/10.1007/978-3-031-37616-0_29](https://www.researchgate.net/publication/372282731_An_IDE_to_Support_the_Development_of_Embedded_Multi-Agent_Systems)

Cite using Bibtex

```
@InProceedings{chonIDE,
author="Souza de Jesus, Vinicius and Mori Lazarin, Nilson and Pantoja, Carlos Eduardo and Vaz Alves, Gleifer and Ramos Alves de Lima, Gabriel
and Viterbo, Jose",
editor="Mathieu, Philippe and Dignum, Frank and Novais, Paulo and De la Prieta, Fernando",
title="An IDE to Support the Development of Embedded Multi-Agent Systems",
booktitle="Advances in Practical Applications of Agents, Multi-Agent Systems, and Cognitive Mimetics. The PAAMS Collection",
year="2023",
publisher="Springer Nature Switzerland",
address="Cham",
pages="346--358",
isbn="978-3-031-37616-0",
doi="10.1007/978-3-031-37616-0_29"
}
```