From e993eeb3b62f7a8271cbece3846a9fb5f5b081a2 Mon Sep 17 00:00:00 2001 From: sbosse Date: Tue, 27 Aug 2024 00:13:13 +0200 Subject: [PATCH] Tue 27 Aug 00:13:11 CEST 2024 --- demo/sejam2/simple/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 demo/sejam2/simple/README diff --git a/demo/sejam2/simple/README b/demo/sejam2/simple/README new file mode 100644 index 0000000..2f54454 --- /dev/null +++ b/demo/sejam2/simple/README @@ -0,0 +1,7 @@ +Simple world with communicating nodes. + +Nodes can access extended simulation API (simu, level 3 agents) for object manipulation. + +simulation.js: Main simulation model +node.js: Node agent (mobile nodes and beacons) +world.js: World agent