Git Product home page Git Product logo

temp100's Introduction

temp100

I wanted to learn COBOL so I wrote a program in it that fetch temperature and humidity data from my Tellstick DUO and inserts it into a database.

Compiling

This COBOL source was tested with Open COBOL on ubuntu.

Run compile_mock.sh to compile a file with a mocked Tellstick interface, and some random data.

Run compile.sh to compile and link against tellstick library. In this case, this program requires that telldus-core is installed and working: http://developer.telldus.se/

Both scripts needs MySQL headers and libraries.

Usage

Run the compiled binary. All known sensors will be polled and the temperature and humidity will be stored to the database.

Needed environment variables: MYSQL_USER, MYSQL_PASSWD, MYSQL_HOST, MYSQL_DATABASE and MYSQL_TABLE

The following table structure is expected:

+-------------+-------------+
| Field       | Type        |
+-------------+-------------+
| sensorId    | varchar(10) |
| temperature | double      |
| humidity    | int(11)     |
| timestamp   | int(11)     |
+-------------+-------------+

Why?

Because it amused me.

temp100's People

Contributors

deps avatar

Watchers

Marcelle von Wendland avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.