Project

emu_power

0.0
No commit activity in last 3 years
No release in over 3 years
This is an implementation of the XML API for the Rainforest EMU in ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.6
 Project Readme

EmuPower

This library implements Rainforest Automation's XML specification for the EMU-2 device. This is based on code from the official Rainforest Automation API at https://github.com/rainforestautomation/Emu-Serial-API, though it follows somewhat different patterns.

Installation

This library is distributed using RubyGems and may be installed using gem install emu_power.

Usage

This library is implemented in an event-focused manner. See the samples directory for examples.