Skip to content

Releases: pacoaguayo/dpsFrameworkBuilder

Full release

28 Sep 22:14
9214433
Compare
Choose a tag to compare

Third-party components included:

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:

  1. $> java -jar dpsFrameworkBuilder-full-1.8.jar new AgentApp56
  2. $> cd AgentApp56

Create and test new agents inside the application framework AgentApp56 with:

  1. $> java launcher
  2. $> java launcher platform localhost &
  3. $> java launcher stage-node localhost Jarvis CLIPS &
  4. $> java launcher stage-node localhost Zorba Jess &
  5. $> java launcher monitor localhost Monitor712 &
    etc..