|Listed in category:
Have one to sell?

Linux Appliance Design : A Hands-on Guide to Building Linux Appliances, Smith

Condition:
Good
Price:
US $5.99
ApproximatelyS$ 8.11
Postage:
US $4.87 (approx S$ 6.59) Economy Postage. See detailsfor shipping
Located in: Cincinnati, Ohio, United States
Delivery:
Estimated between Sat, 22 Jun and Tue, 25 Jun to 43230
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the postage service selected, the seller's postage history, and other factors. Delivery times may vary, especially during peak periods.
Returns:
30 days return. Buyer pays for return shipping. See details- for more information about returns
Coverage:
Read item description or contact seller for details. See all detailsSee all details on coverage
(Not eligible for eBay purchase protection programmes)

Seller information

Seller assumes all responsibility for this listing.
eBay item number:305331547995

Item specifics

Condition
Good: A book that has been read but is in good condition. Very minimal damage to the cover including ...
Book Title
Linux Appliance Design : A Hands-on Guide to Building Linux Appli
Features
Ex-Library
Subject
Software Development & Engineering / General, Operating Systems / Linux, Electrical, Hardware / Mainframes & Minicomputers
ISBN
9781593271404
Subject Area
Computers, Technology & Engineering
Publication Name
Linux Appliance Design : a Hands-On Guide to Building Linux Applications
Item Length
9.2 in
Publisher
No Starch Press, Incorporated
Publication Year
2007
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
1.1 in
Author
Bob Smith, Bill Pierce, John Hardin, Graham Phillips
Item Width
7 in
Item Weight
13 Oz
Number of Pages
384 Pages

About this product

Product Information

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.

Product Identifiers

Publisher
No Starch Press, Incorporated
ISBN-10
1593271409
ISBN-13
9781593271404
eBay Product ID (ePID)
60077073

Product Key Features

Author
Bob Smith, Bill Pierce, John Hardin, Graham Phillips
Publication Name
Linux Appliance Design : a Hands-On Guide to Building Linux Applications
Format
Trade Paperback
Language
English
Subject
Software Development & Engineering / General, Operating Systems / Linux, Electrical, Hardware / Mainframes & Minicomputers
Publication Year
2007
Type
Textbook
Subject Area
Computers, Technology & Engineering
Number of Pages
384 Pages

Dimensions

Item Length
9.2 in
Item Height
1.1 in
Item Width
7 in
Item Weight
13 Oz

Additional Product Features

LCCN
2006-020778
Lc Classification Number
Qa76.76.O63l545115
Table of Content
;ACKNOWLEDGMENTS;INTRODUCTION; What This Book Is About; What This Book Is Not About; Who Should Read This Book; Why Use Linux?; Linux Appliance Design;Chapter 1: APPLIANCE ARCHITECTURE; 1.1 UIs and Daemons; 1.2 The Architecture of the Laddie Appliance; 1.3 Summary;Chapter 2: MANAGING DAEMONS; 2.1 Common Approaches to Managing Daemons; 2.2 Control and Status Protocols; 2.3 Summary;Chapter 3: USING RUN-TIME ACCESS; 3.1 RTA Appliance Architecture; 3.2 RTA Daemon Architecture; 3.3 Telling RTA About Your Columns and Tables; 3.4 Building Your First RTA Program; 3.5 A Little SQL; 3.6 Introduction to RTA's Built-in Tables; 3.7 The RTA Table Editor; 3.8 Summary;Chapter 4: BUILDING AND SECURING DAEMONS; 4.1 How to Build a Daemon; 4.2 How to Secure a Daemon; 4.3 A Prototype Daemon; 4.4 Summary; 4.5 Further Reading;Chapter 5: THE LADDIE ALARM SYSTEM: A SAMPLE APPLIANCE; 5.1 Introduction to Alarm Systems; 5.2 A Functional Specification for Laddie; 5.3 Laddie's Hardware Design; 5.4 Laddie's Software Design; 5.5 Building and Testing ladd; 5.6 Summary;Chapter 6: LOGGING; 6.1 Do You Need Logging?; 6.2 Architecture of a Logging System; 6.3 syslog; 6.4 On-Demand Logging; 6.5 Summary;Chapter 7: LADDIE EVENT HANDLING; 7.1 Rationale for a New Event-Handling System; 7.2 Features and Capabilities of logmuxd; 7.3 Configuring logmuxd; 7.4 Examples Using logmuxd; 7.5 Summary;Chapter 8: DESIGNING A WEB INTERFACE; 8.1 Web Basics; 8.2 Establishing Requirements; 8.3 Choosing a Webserver; 8.4 UI Design; 8.5 Implementation; 8.6 Improving Our Design; 8.7 Resources; 8.8 Summary;Chapter 9: DESIGNING A COMMAND LINE INTERFACE; 9.1 Why You Need a CLI; 9.2 Types of CLIs; 9.3 Giving Users Access to a CLI; 9.4 The Laddie CLI; 9.5 Code Review for the test Command; 9.6 Summary;Chapter 10: BUILDING A FRONT PANEL INTERFACE; 10.1 Buttons, LEDs, and LCDs; 10.2 Designing a Front Panel UI; 10.3 The Laddie Front Panel; 10.4 Improving Our Design; 10.5 Summary;Chapter 11: DESIGNING A FRAMEBUFFER INTERFACE; 11.1 How Video Memory Works; 11.2 The Linux Framebuffer Device Driver; 11.3 Graphics Libraries; 11.4 "Hello, world!" with SDL; 11.5 Graphical UI Toolkits; 11.6 The Laddie Framebuffer UI; 11.7 Summary;Chapter 12: INFRARED REMOTE CONTROL; 12.1 Communicating with Infrared Light; 12.2 Hardware for Remote Control Receivers; 12.3 Installing and Configuring LIRC for the Laddie Appliance; 12.4 Summary;Chapter 13: HANDS-ON INTRODUCTION TO SNMP; 13.1 A Quick Note on Terminology; 13.2 The Software; 13.3 Installing SNMP; 13.4 Exploring with SNMP; 13.5 Writing Values with SNMP; 13.6 SNMP Traps; 13.7 Summary;Chapter 14: DESIGNING AN SNMP MIB; 14.1 Our Goal; 14.2 Your Enterprise Number; 14.3 The MIB Files; 14.4 LADDIE-GROUP-SMI; 14.5 Creating the LAD-MIB; 14.6 Validating Your MIB; 14.7 Summary;Chapter 15: IMPLEMENTING YOUR SNMP MIB; 15.1 The Net-SNMP Agent; 15.2 The MIB Skeleton: mib2c; 15.3 The Header File: ladProject.h; 15.4 The Code File: ladProject.c; 15.5 Makefile Revisited; 15.6 Debugging; 15.7 Traps; 15.8 Summary;RTA REFERENCE; Overview of RTA; RTA Constants; Data Structures; API Subroutines; SELECT and UPDATE Syntax; Internal RTA Tables; Debug Configuration; Error Messages; Callback Routines;REVIEW OF SNMP; Why SNMP?; Agents and Managers; Namespace, Grammar, and Protocol; The MIB; The OID; MIB-2; The SMI; The SNMP Protocol; SNMPv1, SNMPv2, and SNMPv3; SNMP Data Types; SNMP Tables; Defining New Types; Structure of a MIB File; Summary;INSTALLING A FRAMEBUFFER DEVICE DRIVER; Finding Framebuffer Device Drivers for Your Video Card; Configuring the Framebuffer Device Driver;A DB-TO-FILE UTILITY; Overview; Table Definitions; A tbl2filed Example; Security Notes;THE LADDIE APPLIANCE BOOTABLE CD; Running the Laddie Appliance; Exploring the CD Contents; Rebuilding the Laddie Appliance;COLOPHON;
Copyright Date
2006
Target Audience
Scholarly & Professional
Dewey Decimal
005.3
Dewey Edition
22
Illustrated
Yes

Item description from the seller

jenoconnell1010

jenoconnell1010

100% positive feedback
418 items sold
Usually responds within 24 hours