Coder Social home page Coder Social logo

phidgets-temp-alarm's Introduction

Author: Aday Talavera at <[email protected]>
Copyright: Aday Talavera 2012
License: GNU GPL v3

##############
# Introduction
##############

Python daemon to read temperature values from a phidgets Interface Kit with
a Temperature Sensor attached to it.

##############
# Installation
##############

You should install phidgets driver from: http://www.phidgets.com/drivers.php

###############
# Configuration
###############

To configure the script, make a copy of config_example.py and edit it.
There are comments in the file to explain everything.

#######
# Usage
#######

To run the daemon you should use the next commands:

* To start the daemon:
python run.py start

* To stop the daemon:
python run.py stop

* To test configuration and view debug messages:
python run.py run

############################
# /etc/init.d example script
############################

If you want to use the daemon like other system services, so you will be able to do
service phidgets-temp-daemon start and assing runlevels to start services on system
start, you can user the example script provided in the initscript folder.

To use it execute the followings commands (you must have administrative rights):

* Install the script
cp initscript/phidgets-temp-daemon /etc/init.d
chmod 755 /etc/init.d/phidgets-temp-daemon

* Configure the script
You must edit the example script to configure the path to install directory

* Start script on system start
update-rc.d phidgets-temp-daemon defaults

If you don't have update-rc.d command you can add this line to /etc/rc.local
service phidgets-temp-daemon start

* Stop starting script on system start
update-rc.d -f  phidgets-temp-daemon remove

phidgets-temp-alarm's People

Contributors

adayth avatar

Watchers

 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.