summaryrefslogtreecommitdiffstats
path: root/examples/board.json
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-06-28 14:48:40 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-06-28 14:48:40 +0200
commita65efbf0ca7bfad96b0f271796d04d789d45b051 (patch)
treed11998eadf0964459d37967accf3e5f69acd2aeb /examples/board.json
parent77ea8b7e2db38877bc9e48336778b3d6906791b5 (diff)
downloadedoors-ruby-a65efbf0ca7bfad96b0f271796d04d789d45b051.zip
edoors-ruby-a65efbf0ca7bfad96b0f271796d04d789d45b051.tar.gz
add examples board, JSON ready
Diffstat (limited to 'examples/board.json')
-rw-r--r--examples/board.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/examples/board.json b/examples/board.json
new file mode 100644
index 0000000..40a8e20
--- /dev/null
+++ b/examples/board.json
@@ -0,0 +1,52 @@
+{
+ "kls": "Edoors::Spin",
+ "timestamp": "2012-06-28 14:37:21 +0200",
+ "name": "dom0",
+ "hibernation": false,
+ "inner_room": {
+ "iotas": {
+ "input": {
+ "kls": "FileReader",
+ "name": "input",
+ "filepath": "./examples/data.json"
+ },
+ "filter": {
+ "kls": "Filter",
+ "name": "filter"
+ },
+ "stats": {
+ "kls": "Stats",
+ "name": "stats",
+ "postponed": {
+ }
+ },
+ "output": {
+ "kls": "OutputDoor",
+ "name": "output"
+ }
+ },
+ "links": {
+ "input": [
+ {
+ "kls": "Edoors::Link",
+ "src": "input",
+ "dsts": [
+ "filter",
+ "stats?follow",
+ "output"
+ ],
+ "keys": "filter_value",
+ "value": null
+ }
+ ]
+ }
+ },
+ "sys_fifo": [
+
+ ],
+ "app_fifo": [
+
+ ],
+ "debug_garbage": false,
+ "debug_routing": false
+}