Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glugg23/honours_project
This honours project looks to compare the performance of a distributed agent network written in Elixir to one written using the common agent framework JADE.
https://github.com/glugg23/honours_project
elixir jade java
Last synced: 13 days ago
JSON representation
This honours project looks to compare the performance of a distributed agent network written in Elixir to one written using the common agent framework JADE.
- Host: GitHub
- URL: https://github.com/glugg23/honours_project
- Owner: glugg23
- Created: 2021-01-21T15:08:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T18:14:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T23:20:25.539Z (about 1 month ago)
- Topics: elixir, jade, java
- Language: TeX
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Edinburgh Napier University Honours Project
This honours project looks to compare the performance of a distributed agent network written in Elixir to one written using the common agent framework JADE.
## Project Structure
- [dissertation/](./dissertation/) This contains the LaTeX files for my dissertation.
- [management/](./management/) This stores any files that I need to append to my dissertation and general planning files. These are mostly all stored using Git LFS.
- [src/](./src/) This contains all the source code for the agent systems.
- [supply_chain_elixir/](./src/supply_chain_elixir/) This contains the Elixir project.
- `supply_chain_jade/` This will contain the JADE project.