Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elemac

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elemac

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Elemac SA-03 Ruby binding

Ruby binding for ELEMAC SA-03 aquarium controller.

Manufacturer: http://www.elemac.pl/

Gem provides a way to read memory of the aquarium controller. Memory addresses, offsets ect. were found from decompiling the original program which was written in C# and available only for MS Windows. Memory writing (currently disabled in code) is also possible although it might damage the controller and make it unusable.

:warning: Warning: This script is published for educational purposes only! Author will accept no responsibility for any consequence, damage or loss which might result from use.

Features:

You're able to view following details from the controller:

  • Overview info (date, statuses, alarms)
  • Lightning info
  • Sensor info (Temperature and PH) # Redox is unavailable because I am unable to test this
  • Output info (Power / PWM / TTL) # PWM and TTL are 'dumb' because I am unable to test this
  • Timers info (ToDo)

Installation:

Clone the repo. Build gem, install and use in your ruby scripts.

Usage:

el = Elemac::Connection.new
x = Elemac::Sensors.new(device: el)
x.temp1.value
x.ph1.inspect

FAQs

Package last updated on 08 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc