Difference between revisions of "Equipment/CactusFarm"

From London Hackspace Wiki
Jump to navigation Jump to search
(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...")
 
m
Line 1: Line 1:
 +
{{EquipmentInfobox
 +
|name=Cactus Farm <!-- Name of the item. -->
 +
|image= <!-- Image of the item. Leave with placeholder image if none exists. -->
 +
|model=N/A <!-- Model -->
 +
|category=Equipment <!-- Main category. Please leave alone to keep item in this category -->
 +
|subcat=Networking <!-- Sub-category if one exists. Please check main listing to see other categories contained within the main one -->
 +
|status=Good working order <!-- Set to one of; Good working order, Faulty, Out of order, Under construction, Out of consumables, Scrapped, or Unknown -->
 +
|consumables=N/A <!-- Any items used up in normal operation, such as; ink, paper, saw-blades, cutting disks, oil, etc.. -->
 +
|accessories=N/A <!-- Any items associated with the equipment but not consumable, such as; drill bits, safety gloves, goggles, etc.. -->
 +
|reqtraining=No <!-- Is training required to use this equipment? Yes or no. -->
 +
|trainlink= <!-- If training is required, provide a link to training signup or contact page. Otherwise leave blank. -->
 +
|acnode=No <!-- Is the equipment ACnode locked? -->
 +
|owner=JasperW <!-- Provide a link to owners members page if other than LHS -->
 +
|origin=JasperW <!-- If via pledge, please link to the completed pledge page on the wiki -->
 +
|location=Hub in the quiet room<!-- Floor, room/zone and location within that area -->
 +
|maintainers=JasperW <!-- If an individual is nominated as managing the upkeep of this item, please list them here. -->
 +
|template_ver=1.1 <!-- Please do not change. Used for tracking out-of-date templates -->
 +
}}
 +
 
== Summary ==
 
== Summary ==
  

Revision as of 19:07, 18 November 2013

Cactus Farm
Model N/A
Sub-category Networking
Status Good working order
Consumables N/A
Accessories N/A
Training requirement No
ACnode No
Owner JasperW
Origin JasperW
Location Hub in the quiet room
Maintainers JasperW

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