SerialGrabber
latest
  • Installing SerialGrabber
  • Running SerialGrabber
  • Data Life Cycle
  • Settings
  • Readers
  • TransactionExtractor
  • Cache
  • Processor
  • Archive
  • Aquarium Example
  • Eco Fest Example
  • ThingSpeak Example
SerialGrabber
  • Docs »
  • SerialGrabber Documentation
  • Edit on GitHub

SerialGrabber Documentation¶

We use SerialGrabber to read data from sensor devices, process this data and post it to an internet endpoint.

The data is read using a Readers, cached by a Cache, processed by a Processor, and archived by an Archive see Data Life Cycle.

Contents

  • Installing SerialGrabber
    • Dependencies
    • From Source
  • Running SerialGrabber
  • Data Life Cycle
    • Reader Thread
    • Processor Thread
  • Settings
    • SerialGrabber Settings
    • SerialGrabber Paths
    • SerialGrabber Storage
  • Readers
    • FileReader
    • SerialReader
    • TCPReader
    • PacketRadioReader
    • StreamRadioReader
  • TransactionExtractor
  • Cache
    • FileSystemCache
  • Processor
    • CompositeProcessor
    • CSVFileProcessor
    • FileAppenderProcessor
    • JsonFileProcessor
    • RollingFilenameProcessor
    • TransformProcessor
    • UploadProcessor
  • Archive
    • FileSystemArchive
    • DumpArchive
    • JSONLineArchive

Complex Examples¶

The following example are taken from some of our deployments.

  • Aquarium Example
    • Sample Data
    • Configuration
  • Eco Fest Example
    • Configuration
  • ThingSpeak Example
    • Sample Data
    • Configuration
    • Transformer

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2014, NigelB. Revision 5c99821a.

Built with Sphinx using a theme provided by Read the Docs.