Equipment/CactusFarm

From London Hackspace Wiki
< Equipment
Revision as of 19:02, 18 November 2013 by Mentar (talk | contribs) (Created page with "== Summary == CactusFarm is our low bandwidth sensor network based on the jeelab RF12 modules. Runs on 868Mhz and allows pumping of data into [[Project:LHS_Graphs_and_Visuali...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

CactusFarm is our low bandwidth sensor network based on the jeelab RF12 modules. Runs on 868Mhz and allows pumping of data into cacti graphs.

Structure

<graphviz border='frame' format='png' >

digraph rfboard{
  rankdir=TD;
  size="7,5!";
  
  hub [label="RMF12pi hub",shape=box];
  cacti [label="graphs",shape=box];
  node1 [label="node 1",shape=box];
  node2 [label="node 2",shape=box];
  node3 [label="node 3",shape=box];
 
  node1 -> hub;
  node2 -> hub;
  node3 -> hub;
  hub -> node1;
  hub -> node2;
  hub -> node3;
  hub -> cacti;

} </graphviz>


Uses

Links