joakim / fluent-plugin-espruino

Espruino Fluentd plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Espruino Fluentd plugin

fluent-plugin-espruino provides an Espruino input plugin for Fluentd.

Install

gem install fluent-plugin-espruino

or

git clone git@github.com:joakim/fluent-plugin-espruino.git
cp fluent-plugin-espruino/lib/fluent/plugin/flent-plugin-espruino.rb ${FLUENT_DIR}/plugin/.

Configuration

Input Configuration

<source>
  type espruino
  com_port /path/to/comport
  tag serial.sensor
  baud_rate 9600
</source>

TODO

  • gems

  • test

Copyright

Copyright

Copyright © 2015- Joakim Stai

License

Apache License, Version 2.0

About

Espruino Fluentd plugin

License:Other


Languages

Language:Ruby 100.0%