13 projects tagged "Home Automation"
YASP is a simple and open protocol for building networks with small microcontrollers. It is designed to have a small footprint for easy implementation with minimal hardware resources, but without sacrifice advanced features and future growth. The protocol scalability is implemented using variable length fields. The physical layer use the NRZ encoding as in RS-232, but using dominant and recessive bus states to provide a reliable way to detect collisions.
Lintouch is an implementation of HMI (Human Machine Interface) or MMI (Man Machine Interface) software framework. It features a server/client architecture, componentized design, and is platform and architecture independent. The Lintouch architecture allows you to develop your own connectivity plugins and visualization objects.
pyWebSMS is a program which lets you send SMS through the Internet without opening a Web browser. You can send multiple SMS, save your contacts, view the history, and much more. It's completely modular, so you can add or remove providers for sending SMS. You can make your own module for your provider if one doesn't exists yet by programming it in Python.
The Discrete Event Calculus Reasoner allows a programmer to add common-sense reasoning capabilities to programs. It supports deduction/temporal projection, abduction/planning, postdiction, and model finding. It allows default reasoning about action, change, space, and mental states. It is based on the event calculus, a comprehensive and highly usable logic-based formalism. It helps applications understand the world, make inferences, adapt to unexpected situations, and be more flexible.
(Serial Ports on) Steroids enables users to execute remote C functions in a Python shell over a serial interface. It is useful for embedded system testing and industrial automation. It generates C code for the target and a Python script for the host automatically from a C header file.
rtorstat is a simple Web page generator that shows status information about the rTorrent bittorrent client. This makes it possible to quickly have an overview of your torrent list from a remote location without having to log into the remote machine that actually runs rTorrent. It can be run through cron or as a CGI script.