CAP/samples
mabam 743b427168 CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
..
Makefile.m4 CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
README CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
ash.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
atistest.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
atlook.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
getzones.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
instappl.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
isrv.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
look.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
lwpr.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
makefile CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
papstatus.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
ruiwpr.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00
tlw.c CAP 6.0 pl198 + asip1 2015-03-18 22:05:00 +01:00

README

  atlook.c	- Find AppleTalk entities and print information
		- note: look.c contains the code for looks and pinger
  atlooklws	- Find AppleTalk LaserWriters and print status
  atpinger	- Utilizes the echo protocol to "ping" hosts
  lwpr.c	- Send file to AppleTalk LaserWriter
		- note: lwpr also contains the code for iwpr
  iwpr		- send file to appletalk imagewriter
  tlw.c		- Talks to LaserWriter "Interactive Executive"
  isrv.c	- Sample Server for ImageWriter (experimental)
  ash.c		- sample afp client - allows a few things to be done 
		  with appleshare servers
  instappl.c 	- allows an application to be installed into a unix
	          aufs volume 
  getzones.c	- return list of zones from KIP (1/88 or later)

You can get a basic idea of what some of these programs do by reading the
"man" pages in ../man:

	CAP.8: overview
	atis.8: atistest
	atprint.1: lwpr, lsrv, isrv, tlw
	atlook.1: atlook, atlooklws, atpinger

atistest is for verification in the installation procedure.

General notes:

tlw, lwpr, iwpr now have a settable "Send Flow Quantum multiplier"
called SFLOWQ that tells them how many pkts they can send in a single
write.  You should set this to 1 if you have problems with the
FastPath or LaserWriter dropping packets.  By default, it is set to 8
(the maximum).  Setting fastether in m4.setup sets it to 1.

lwpr makes use of /etc/cap.printers.  This really isn't necessary, but
it's nice.