|Aangeboden in rubriek:
Hebt u iets om te verkopen?

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

Objectstaat:
Goed
Prijs:
US $5,99
OngeveerEUR 5,52
Verzendkosten:
US $4,87 (ongeveer EUR 4,48) Voordelige verzendservice. Details bekijkenvoor verzending
Bevindt zich in: Cincinnati, Ohio, Verenigde Staten
Levering:
Geschatte levering tussen za, 25 mei en wo, 29 mei tot 43230
De levertijd wordt geschat met onze eigen methode op basis van onder meer de nabijheid van de koper ten opzichte van de objectlocatie, de geselecteerde verzendservice, en de verzendgeschiedenis van de verkoper. De leveringstermijnen kunnen variëren, vooral gedurende piekperiodes.
Retourbeleid:
30 dagen om te retourneren. Koper betaalt voor retourzending. Details bekijken- voor meer informatie over retourzendingen
Betalingen:
     

Winkel met vertrouwen

Geld-terug-garantie van eBay
Ontvang het object dat u hebt besteld of krijg uw geld terug. 

Verkopergegevens

Geregistreerd als particuliere verkoper, dus de consumentenrechten die voortvloeien uit de EU-wetgeving inzake consumentenbescherming zijn niet van toepassing. De geld-terug-garantie van eBay geldt nog steeds voor de meeste aankopen.
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:305331547995

Specificaties

Objectstaat
Goed: Een boek dat is gelezen, maar zich in goede staat bevindt. De kaft is zeer minimaal beschadigd ...
Book Title
Linux Appliance Design : A Hands-on Guide to Building Linux Appli
Features
Ex-Library
Subject
Design
ISBN
9781593271404
Publication Year
2007
Type
Textbook
Format
Trade Paperback
Language
English
Publication Name
Linux Appliance Design : a Hands-On Guide to Building Linux Applications
Item Height
1.1in
Author
Bob Smith, Bill Pierce, John Hardin, Graham Phillips
Item Length
9.2in
Publisher
No Starch Press, Incorporated
Item Width
7in
Item Weight
13 Oz
Number of Pages
384 Pages

Over dit 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
Publication Year
2007
Type
Textbook
Number of Pages
384 Pages

Dimensions

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

Additional Product Features

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
Topic
Software Development & Engineering / General, Operating Systems / Linux, Electrical, Hardware / Mainframes & Minicomputers
Lccn
2006-020778
Dewey Decimal
005.3
Dewey Edition
22
Illustrated
Yes
Genre
Computers, Technology & Engineering

Objectbeschrijving van de verkoper

jenoconnell1010

jenoconnell1010

100% positieve feedback
418 objecten verkocht
Reageert meestal binnen 24 uur
Geregistreerd als particuliere verkoper
Dus de consumentenrechten die voortvloeien uit EU-wetgeving voor consumentenbescherming zijn niet van toepassing. eBay-kopersbescherming geldt nog steeds voor de meeste aankopen.

Feedback verkoper (116)

7***r (1397)- Feedback gegeven door koper.
Afgelopen 6 maanden
Geverifieerde aankoop
good service
Antwoord van: jenoconnell1010- Feedback beantwoord door verkoper jenoconnell1010.- Feedback beantwoord door verkoper jenoconnell1010.
Thanks so much for the review!
u***r (933)- Feedback gegeven door koper.
Afgelopen 6 maanden
Geverifieerde aankoop
The item was shipped quickly and came as described. I would definitely do business with the seller again 😊
Antwoord van: jenoconnell1010- Feedback beantwoord door verkoper jenoconnell1010.- Feedback beantwoord door verkoper jenoconnell1010.
Thanks so much for the great review, it was nice doing business with you!
1***l (94)- Feedback gegeven door koper.
Afgelopen 6 maanden
Geverifieerde aankoop
Item as described and delivered on time.
Antwoord van: jenoconnell1010- Feedback beantwoord door verkoper jenoconnell1010.- Feedback beantwoord door verkoper jenoconnell1010.
Thanks so much for the review!