Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 CM11X10Transmitter.cc 2010-06-11 ulysse-31 [r1] /*
 CM11X10Transmitter.hh 2010-06-11 ulysse-31 [r1] /*
 Makefile 2010-06-11 ulysse-31 [r1] /*
 README 2010-06-11 ulysse-31 [r1] /*
 TW523X10Transmitter.cc 2010-06-11 ulysse-31 [r1] /*
 Transmitter_Factory.cc 2010-06-11 ulysse-31 [r1] /*
 Transmitter_Factory.hh 2010-06-11 ulysse-31 [r1] /*
 X10Transmitter.cc 2010-06-11 ulysse-31 [r1] /*
 X10Transmitter.hh 2010-06-11 ulysse-31 [r1] /*
 main.cc 2010-06-11 ulysse-31 [r1] /*
 myX10.cc 2010-06-11 ulysse-31 [r1] /*
 myX10.hh 2010-06-11 ulysse-31 [r1] /*

Read Me

/*
 * libmyX10 - C++ Library for X10 communication
 * Copyright (C) 2010 Gomes do Vale Victor
 *         Aka
 *      nix (ulysse31 *at* gmail *dot* com)
 *
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

Added base sources, features :
- Implemented CM11 protocol
- Resets CM11 by himself if needed without your interaction/implementation.
- Send/Receives X10 Messages (ON/OFF/DIM/BRIGHT) simply with strings/values.
- Automatically recompose received X10 messages and only returns it to you when complete.
- Interface/Factory conception for simple implementation of new transceivers.


If someone wants to participate on implementing new transceivers, he/she is welcome ! ^^

NB: This code cannot be used on commercial project WITHOUT asking me AND been mentioned on the final product !