Releases: pacoaguayo/dpsFrameworkBuilder
Releases · pacoaguayo/dpsFrameworkBuilder
Full release
Third-party components included:
- BeanShell v:2.0b6 (https://github.com/beanshell/beanshell).
- HyperSQL® HyperSQL Database Engine v:2.3.4 (https://sourceforge.net/projects/hsqldb/)
- CLIPS 6.31 (https://sourceforge.net/projects/clipsrules/files/CLIPS/)
- CLIPSJNI 0.5 compiled to: Raspbian-Pi, Linux 32/64, Microsoft Windows 32/64, Apple OS-X
- Jess, the Rule Engine for the Java Platform. Copyright (C) 2013 Sandia Corporation
- Jess Version 8.0a1 9/25/2013 (http://www.jessrules.com)
- Apache JENA (https://jena.apache.org/)
- JADE 4.5.0 (release 6825 of 23-05-2017 10:06:04 at http://jade.tilab.com/)
Environment variables:
- OS X and Linux's user:.
$> export CLASSPATH=lib/*:
- Windows' user:
C:\User\your.name\Downloads\set CLASSPATH=lib/*;
Steps to deploy a new Agent-App:
- $>
java -jar dpsFrameworkBuilder-full-1.8.jar new AgentApp56
- $>
cd AgentApp56
Create and test new agents inside the application framework AgentApp56 with:
$> java launcher
$> java launcher platform localhost &
$> java launcher stage-node localhost Jarvis CLIPS
&$> java launcher stage-node localhost Zorba Jess
&$> java launcher monitor localhost Monitor712
&
etc..