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.
- Host: GitHub
- URL: https://github.com/chon-group/dpkg-chonide
- Owner: chon-group
- License: cc-by-4.0
- Created: 2023-04-23T12:22:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T22:44:27.000Z (about 1 year ago)
- Last Synced: 2025-02-09T04:40:03.938Z (8 months ago)
- Topics: agentspeak, arduino, bdi-model, debian-packages, ide, iot, jason, jasonembedded, multiagent-systems, robotics
- Language: Shell
- Homepage: https://chonide.chon.group/
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChonIDE APT package
||
|:--:|
|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
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"
}
```