RubyGems Navigation menu

xap_ruby 0.1.0

This gem provides basic xAP Automation protocol support for EventMachine applications. It was developed for use in Nitrogen Logic controller software. There are no automated tests and the code could be improved in many ways, but it may still be useful to someone. This is a Ruby library written from scratch for communicating with a home automation network using the xAP protocol. Supports sending and receiving arbitrary xAP messages, triggering callbacks on certain received messages, etc. Also includes an implementation of an xAP Basic Status and Control device. Incoming xAP messages are parsed using an ad-hoc parser based on Ruby's String#split() and Array#map() (a validating Treetop parser is also available). Network events are handled using EventMachine.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.1 - March 05, 2021 (22.0 KB)
  2. 0.1.0 - January 05, 2017 (22.0 KB)

Runtime 相依性套件 (2):

eventmachine >= 0.12.10
treetop >= 1.4.10

Development 相依性套件 (4):

bundler ~> 1.13
pry >= 0
pry-byebug >= 0
rake ~> 10.0

擁有者:

作者:

  • Mike Bourgeous

SHA 256 checksum:

6a0d8d2ed79f6ab7ec4e529831461a232ee505d526a3b0127e3ada6e11b9c91e

總下載次數 4,673

這個版本 2,127

License:

Ruby 版本需求: >= 0

相關連結: