23 used & new from $37.97

Have one to sell? Sell yours here
 
 
Linux Appliance Design: A Hands-On Guide to Building Linux Appliances
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Linux Appliance Design: A Hands-On Guide to Building Linux Appliances (CD-ROM)

~ Bob Smith (Author), John Hardin (Author), Graham Phillips (Author), Bill Pierce (Author)
Key Phrases: alarm daemon, framebuffer interface, snmptrap command, Back Door, Front Door, Apple Base Station (more...)
4.5 out of 5 stars  See all reviews (6 customer reviews)


Available from these sellers.


12 new from $50.55 11 used from $37.97

Customers Who Bought This Item Also Bought

Embedded Linux Primer: A Practical Real-World Approach

Embedded Linux Primer: A Practical Real-World Approach

by Christopher Hallinan
4.9 out of 5 stars (12)  $28.34
Building Embedded Linux Systems

Building Embedded Linux Systems

by Karim Yaghmour
3.9 out of 5 stars (21)  $42.33
Essential Linux Device Drivers

Essential Linux Device Drivers

by Sreekrishnan Venkateswaran
4.3 out of 5 stars (13)  $40.45
Embedded Linux System Design and Development

Embedded Linux System Design and Development

by Amol Lad
4.0 out of 5 stars (2)  $66.75
Linux Device Drivers, 3rd Edition

Linux Device Drivers, 3rd Edition

by Jonathan Corbet
4.2 out of 5 stars (47)  $26.37
Explore similar items

Editorial Reviews

Product Description

Modern appliances are complex machines with processors, operating systems, and application software. While there are books that will tell you how to run Linux on embedded hardware, and books on how to build a Linux application, Linux Appliance Design is the first book to demonstrate how to merge the two and create a Linux appliance. You'll see for yourself why Linux is the embedded operating system of choice for low-cost development and a fast time to market.

Linux Appliance Design shows how to build better appliances--appliances with more types of interfaces, more dynamic interfaces, and better debugged interfaces. You'll learn how to build backend daemons, handle asynchronous events, and connect various user interfaces (including web, framebuffers, infrared control, SNMP, and front panels) to these processes for remote configuration and control. Linux Appliance Design also introduces the Run-Time Access library, which provides a uniform mechanism for user interfaces to communicate with daemons.

Learn to:
  • Separate your user interfaces from your daemons
  • Give user interfaces run time access to configuration, status, and statistics
  • Add professional network management capabilities to your application
  • Use SNMP and build a MIB
  • Build a web-based appliance interface
  • Build a command line interface (CLI)
  • Build a framebuffer interface with an infrared control as input
  • Manage logs and alarms on an appliance


  • Companion CD includes a prototype appliance--a home alarm system--that supports the book's lessons.


    About the Author

    Bob Smith, John Hardin, Graham Phillips, and Bill Pierce have experience in embedded systems, commercial Linux and BSD appliances, network management systems, and designing software solutions for business problems.


    Product Details

    • CD-ROM: 385 pages
    • Publisher: No Starch Press (March 31, 2007)
    • Language: English
    • ISBN-10: 1593271409
    • ISBN-13: 978-1593271404
    • Product Dimensions: 9.1 x 6.8 x 1.3 inches
    • Shipping Weight: 1.6 pounds
    • Average Customer Review: 4.5 out of 5 stars  See all reviews (6 customer reviews)
    • Amazon.com Sales Rank: #448,822 in Books (See Bestsellers in Books)

      Popular in these categories: (What's this?)

      #9 in  Books > Computers & Internet > Operating Systems > Linux > Applications
      #18 in  Books > Computers & Internet > Hardware > Mainframes & Minicomputers
      #63 in  Books > Computers & Internet > Hardware > Microprocessors & System Design > Embedded Systems

    Inside This Book (learn more)



    What Do Customers Ultimately Buy After Viewing This Item?

    Linux Appliance Design: A Hands-On Guide to Building Linux Appliances
    54% buy the item featured on this page:
    Linux Appliance Design: A Hands-On Guide to Building Linux Appliances 4.5 out of 5 stars (6)
    Embedded Linux Primer: A Practical Real-World Approach
    24% buy
    Embedded Linux Primer: A Practical Real-World Approach 4.9 out of 5 stars (12)
    $28.34
    Building Embedded Linux Systems
    12% buy
    Building Embedded Linux Systems 3.9 out of 5 stars (21)
    $42.33
    Linux Device Drivers, 3rd Edition
    5% buy
    Linux Device Drivers, 3rd Edition 4.2 out of 5 stars (47)
    $26.37

    Tags Customers Associate with This Product

     (What's this?)
    Click on a tag to find related items, discussions, and people.
     

    Your tags: Add your first tag
     

    Sell a Digital Version of This Book in the Kindle Store

    If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

     

    Customer Reviews

    6 Reviews
    5 star:
     (4)
    4 star:
     (1)
    3 star:
     (1)
    2 star:    (0)
    1 star:    (0)
     
     
     
     
     
    Average Customer Review
    4.5 out of 5 stars (6 customer reviews)
     
     
     
     
    Share your thoughts with other customers:
    Most Helpful Customer Reviews

     
    9 of 9 people found the following review helpful:
    3.0 out of 5 stars Outside the scope of etc., August 19, 2008
    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. ***
    Comment Comments (2) | Permalink | Was this review helpful to you? Yes No (Report this)



     
    17 of 20 people found the following review helpful:
    5.0 out of 5 stars Lots of quirky, interesting content, April 16, 2007
    By R. Lynch (Berkeley CA USA) - See all my reviews
    (REAL NAME)   
    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!
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    3 of 3 people found the following review helpful:
    5.0 out of 5 stars Architecting user interface command and control protocols with Linux, February 2, 2009
    By R. D Johnson (Cedar Ridge, CA USA) - See all my reviews
    (REAL NAME)   
    Amazon Verified Purchase(What's this?)
    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.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


    Share your thoughts with other customers: Create your own review
     
     
     
    Most Recent Customer Reviews

    4.0 out of 5 stars A Very good read for all Embedded Engineers.
    A Very good read for all Embedded Engineers. It covers most of the basics of an Embedded System.
    Published 1 month ago by S. Vemparala

    5.0 out of 5 stars Entertaining and Informative
    It's not just easy to read... it's addictive. Great, thorough examples with wonderful twists will get you started on Linux appliances in no time. Read more
    Published 20 months ago by J. Brutto

    5.0 out of 5 stars An invaluable, indispensable, thoroughly 'user friendly' instruction
    Linux continues to increase in popularity and utility among computer enthusiasts. The combined effort of Linux experts Bob Smith, John Hardin, Graham Phillips, and Bill Pierce,... Read more
    Published on June 9, 2007 by Midwest Book Review

    Only search this product's reviews



    Customer Discussions

    This product's forum
    Discussion Replies Latest Post
    No discussions yet

    Ask questions, Share opinions, Gain insight
    Start a new discussion
    Topic:
    First post:
    Prompts for sign-in
     


    Active discussions in related forums
    Discussion Replies Latest Post
    textbook scam 68 6 hours ago
    Textbooks for Kindle DX? 61 5 days ago
    Search Customer Discussions
    Search all Amazon discussions
       




    Product Information from the Amapedia Community

    Beta (What's this?)


    Look for Similar Items by Category


    Look for Similar Items by Subject

     

    Feedback

    If you need help or have a question for Customer Service, contact us.
     Would you like to update product info or give feedback on images?
    Is there any other feedback you would like to provide?

    Your comments can help make our site better for everyone.



    Your Recent History

     (What's this?)

    After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.