TCP/IP Socket Programming with REXX

Автор: Christian Michel

Дата: 1997

Скачать книгу в формате pdf.

Скачать набор скриптов для администрирования. (socktut.zip).

Скачать примеры программирования с использованием сокетов TCP/IP. Набор 1 (netcomp.zip).

Скачать примеры программирования с использованием сокетов TCP/IP. Набор 2 (netcomp2.zip).

Скачать REXX Socket API sample: "Communicate between mainframes and workstations via TCP/IP" (rxsocket.zip).

Introduction

The TCP/IP protocol stack is now available for a long period of time (in computer business terms at least) but in the last few years it has become more and more important for the communication between individual computers, especially since the evolution of the rapidly growing World Wide Web applications. Many applications have since been developed on various platforms but how often have you searched for a tool matching your requirements but never found it? This gap in the list of tools could be closed with programs written by yourselves - and this is where REXX comes into the game.

REXX is a very simple programming language that can be used for a large variety of purposes. It’s easy to learn and has a number of useful function packages. One of these function packages is the REXX socket library available on different platforms which will be covered in this tutorial. We will learn the basic concept in TCP/IP communications and how you can communicate with other computers using REXX. One chapter will cover a higher level protocol used on the TCP/IP
protocol stack: HTTP (HyperText Transfer Protocol). This chapter will give you the basic knowledge of writing TCP/IP socket programs in REXX. With this knowledge it will be easy for you to expand the sample programs and adapt them to your own needs. This tutorial expects basic knowledge of the REXX programming language and will only explain TCP/IP related topics.