Overview
Internet programming demystified! This is a hands-on guide to TCP/IP networking that includes platform-independent source code to a simple TCP/IP stack - a lean version that is easier to present and efficient enough to use in embedded applications. Create
Editorials
From Barnes & Noble
The Barnes & Noble ReviewAn essential resource for anyone -- even those with limited resources -- who wants to learn how to develop web servers for embedded systems using TCP/IP, Jeremy Bentham's book/CD-ROM combo offers a wisely crafted approach to implementing web servers that can generate dynamic content.
Enabling readers to learn and experiment with TCP/IP from the ground up, Bentham begins with instructions and source code for building a simple network. Chapter 1 starts out with basic networking concepts and definitions while Chapters 2Β6 build up networking knowledge, with each chapter providing ever-richer levels of comprehension of network protocols in general and TCP/IP specifically. From Chapter 7 on, building and miniaturizing web servers takes center stage. The author addresses PPP, UDP Clients, DHCP, TCP Clients, and SMTP and POP3 email. The only things missing from TCP/IP Lean are a glossary and some discourse on potential real-life examples.
Both the book and the CD-ROM are rich with source code and utilities for trying this all out. Readers probably won't want to use the code provided in the book (or on the CD-ROM) in commercial implementations. The code provided requires a license for commercial use, and the author issues a cautionary "Use at your own risk." So, you will want to write your own software -- but the good thing is that this book and the accompanying software will give you the chops to do exactly that. John Vacca
John Vacca, the former computer security official (CSO) for NASA's space station program (Freedom), has written 38 books about advanced storage, computer security and aerospace technology.