[comp.lang.ada] Ada to Ethernet

roberts@crash.UUCP (Robert Schwalbe) (07/29/87)

Has anyone written (or knows of) any Ada code that reads and writes
Ethernet packets onto a Local Area Network?

I can get access to the repository(s) if there is code out there that
might be of some interest.  In this case, a directory name and a file
name would be *very* helpful.

oconnor@SCCGATE.SCC.COM (Michael J. O'Connor) (07/29/87)

I have written several ADA programs that read from and write to Ethernet.
All were written using DEC ADA and accessed the DEC Ethernet devices.  The
three I remember best are: an XNS "ping" program, a bare-bones Ethernet
monitor, and a minimal (no-options or ICMP) subset of DDN IP.

	mjo,