A 'How to' book for those wishing to build a Home Automation / Home Security system.
A LAMP (Linux Apache MySQL PHP) design for a Web-Based Home Control / Security Application is provided (full source code included). This book is applicable to both the seasoned Embedded Software Engineer and to the Hobbyist who just wants to learn a little bit about writing code. But what of the novice? What of the person who wants to gain some understanding in making an embedded software product? Do they need a Computer Science or Electrical Engineering degree before they can even begin to learn how to program an embedded system? All too many books discuss such programming from an advanced level. Well, this book is not like that at all. The idea is to get anyone that is interested in embedded programming up and running in a short period of time. The language of choice today is C or C++. For an easy entrance into this world of programming the C language was chosen for the code examples presented within this book. A home control lighting and security system is the ideal application and by the time you have finished you would know how: - To install LAMP (Linux, Apache (Web Server), MySQL and PHP) on your PC computer