See the COPYING document for legal information.


Okay, here's the poop.

This is my first real project that is going to be released to the net.  It has LARGE 
blocks of code blatently ripped off of other authors.   

Many thanks go to the authors of:
	Com routines:  minicom-1.81
		Miquel van Smoorenburg
	Window Maker Docklet:  wminet
		illusion <clarkd@skyia.com>
		warp <warp@xs4all.ml>
		tijno <pieterse@xs4all.ml>
		
Without their code being made public, this wouldn't be possible.

I can be contacted at <psykotyk@psykotyk.dyn.ml.org> if you have any questions.


INSTALLATION:
The daemon:
	First, you will probably need to edit callerid.cpp to reflect your modem device,
	your baud rate, caller ID init string.  Later version will have config files.

	make
	CalllerIDD &

The daemon uses /dev/modem.  Planning on adding a config file later, when the voice mail routines get added later.  In the mean time, you can edit calleridd.cpp.

- make a directory in /etc called "callid"
- copy cid_hosts into /etc/callid
- edit cid_hosts to reflect a list of the hosts you want the call id information sent to.  You can use ip's, or host names.  In theory, a friend across the planet could know when you get a call from grandma.

To install the Window Maker docklet:
	 change to the wmcid.app/wmcid directory. 
	 make
	 make install
	 run wmcid from the prompt
	 drag the docklet to the docking bar
	 make sure to set the docklet to start on loading

The docklet binds to port 32100, and awaits UDP packets from the CallerID daemon.  I will soon be working on a windows version for my less enlightened room mates.


	 