
The Coraid Ethernet Console (cec) is a lightweight 
protocol for connecting two endpoints using raw 
ethernet frames.  The communication is not secure.

Cec is also the name of the client used to connect
to cec servers.  Cec will run on linux, and bsd flavors
supporting bpf.  By default the makefile is linux
ready -- just run make.  To compile a bsd binary,
run

	make PLATFORM=bsd

or edit the makefile accordingly.

For discussion, sign up to the aoetools mailing list.

aoetools-discuss@lists.sourceforge.net

---

Documentation

See the cec.8 manpage.  To read the manpage before installation, some
versions of man accept a "-l" option:

  man -l cec.8

... while on other systems groff may be used.

  groff -Tascii -mandoc cec.8 | less

The CEC protocol is documented in cec.txt.

