Skip to content

BEEP: the Definitive Guide Developing New Applications for the Internet

Best in textbook rentals since 2012!

ISBN-10: 0596002440

ISBN-13: 9780596002442

Edition: 2002

Authors: Marshall Rose, Carl Malamud

List price: $34.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

If you need to design a protocol that really fits your application, you want BEEP--an integrated collection of building blocks that gives you "best in class" data transmission solutions for everything from framing to security. Whether you're writing a simple "fetch" client/server application or a multi-threaded peer-to-peer relaying system, BEEP provides the necessary functionality without extra overhead. BEEP gives network developers what they've long needed: a standard toolkit for building protocols quickly and conveniently. For the first time, it's possible to create an application protocol that's tightly tuned to the application's requirements, so you can avoid reinventing the wheel. …    
Customers also bought

Book details

List price: $34.95
Copyright year: 2002
Publisher: O'Reilly Media, Incorporated
Publication date: 4/30/2002
Binding: Paperback
Pages: 220
Size: 6.75" wide x 9.50" long x 0.75" tall
Weight: 0.792
Language: English

Foreword
Preface
Introduction
Application Protocol Design
The Problem Space
The IETF and BEEP
beepcore.org
How This Book Is Organized
Concepts
Sessions
Channels
Exchanges
Messages
Packet Formats and Traces
Tuning
The Greeting
Channel Management
The TLS Profile
The SASL Family of Profiles
Tuning in Practice
Tuning Profiles Versus Exchange Profiles
The Lifecycle of a Session
Exchanges
Client/Server
Server/Client
Peer-to-Peer
Let's Recap
BEEP in Java
A Guided Tour
Fundamental Classes
BEEP in C
A Portable Implementation
Echo and Sink
Reliable Syslog
BEEP in Tcl
Introduction to Tcl SOAP
Adding BEEP Support to the Client
Adding BEEP Support to the Server
Futures
Experiences
Stability and Evolution
Tunneling
Transport Mappings
Finally
On the Design of Application Protocols
References
Index