Most Helpful Customer Reviews
11 of 11 people found the following review helpful:
3.0 out of 5 stars
Outside the scope of etc., August 19, 2008
This review is from: Linux Appliance Design: A Hands-On Guide to Building Linux Appliances (Paperback)
Bob Smith et al., Linux Appliance Design: A Hands-On Guide to Building Linux Appliances (No Starch, 2007)
Linux Appliance Design is not, for the most part, a bad little book, but it is structurally unsound in one major way. I realize this is a quirk of mine more than anything, and most people who want to read about this sort of thing probably won't mind it, but it bugs me in a major way whenever I encounter it: instead of getting into the nuts and bolts of some parts of the software, the authors chose to go with a ready-made API, and so much of the book's software instruction involves programming that API rather than building something from scratch. If that doesn't bother you, then go right ahead and grab a copy of this. If you'd rather not use someone else's software, on the other hand, the hardware parts of this will be useful, but for the software parts, you'll have to look somewhere else. Not nearly as good-- or comprehensive-- as it could have been. ***
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
18 of 21 people found the following review helpful:
5.0 out of 5 stars
Lots of quirky, interesting content, April 16, 2007
This review is from: Linux Appliance Design: A Hands-On Guide to Building Linux Appliances (Paperback)
First of all, you know that when you see the word "appliance" in this context, you should think more like a router or alarm system (the book uses this as a development framework), not a refrigerator, say. [Although (shudder!) the latter could be a sweet example in the near future.] And, before I write another word I should state upfront: I was a technical reviewer of this book.
I found lots and lots of interest in my "required" reading:
- the authors have developed an API for appliance configuration and control, which they term RTA (Run Time Access). Briefly, a Postgresql library is developed to allow a pseudo-database to store configuration values or issue control commands;
- there's a intriguing chapter on using an infrared remote control as a device to conrol an appliance. It has neat stuff like the observation that one's digital camera can "see" the pulses from a remote control. (Try it at home!);
- the authors cover the ins and outs of the Linux framebuffer device, which is very nice to know;
- the information about SNMP in several chapters is probably the clearest and most succinct I've ever read on this somewhat complicated (dare I say, miserable?) protocol.
It's a fact, there's lot of stuff here you ain't gonna see anywhere else, and with embedded devices you need all the ideas and techniques you can scrape together anywhere you can find 'em!
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
5 of 5 people found the following review helpful:
5.0 out of 5 stars
Architecting user interface command and control protocols with Linux, February 2, 2009
This review is from: Linux Appliance Design: A Hands-On Guide to Building Linux Appliances (Paperback)
That probably would have been the title of this book if the Marketing Department hadn't gotten involved.
I was a little disappointed when I first got this book and skimmed through it, because it seemed to be focused on using one particular tool (the RTA SQL library) to implement a particular example product (the 'Laddie' alarm system). After reading it though, the book has grown on me considerably. This book does two jobs well: it explains the need for a common core software/system architecture that adapts to a variety of user interfaces (think MVC), and then it covers the implementation of those user interfaces in Linux in detail. As an embedded Linux developer myself, some of the content was well-known, but other chapters on LIRC (infrared control), SNMP and MIBs, and the Linux Framebuffer I find myself referring to regularly. The chapter on linux logging (for errors and debugging) also explained a few things about syslog I hadn't known before. The best part of the book, though, is the way it constantly focuses on integrating all these disparate interfaces into a cohesive application while avoiding 'spaghetti' code and architecture. That--not implementation details--is often the hardest part of appliance design, and this book covers it well.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
|