rcl -- Version 0.1
==================

First of all thank you for downloading this software *g*

You should know that it was written within the "Facharbeit", a work you need to
graduate in Germany. If you want to know more about the goals of my work, you
can read the Facharbeit, which will be published. This software is a very
specific and customized software and might not be very useful at whole, but
maybe you want to have a look at the code or just use parts of this software
which is easily possible. This package contains 3 parts:


1. prog -- The Programm that runs on an R8C/13
	It can be compiled simply with "make", but you have to change the
	Makefile and insert the right path to your cross-compiler. If you can't
	compile it on your own, you can flash the processor with an already 
	compiled version (prog.mot) with "make flash". If you want to use the
	Application Board with the R8C you maybe want to activate the display
	functions in main.c (remove comment). If you have set up your serial
	connection correctly you can send requests to the R8C. For sendable
	commands have a look at commands.h
	Example: echo "led 1 on" > /dev/ttyS0

2. daemon [rcld] -- Daemon that controls the R8C and user connections
	The daemon requires a working serial connection and a R8C running prog.
	Before compiling you should edit definitions.h to change some important
	parameters such as max-field size or baudrate. Compiling is really easy
	this time, because you don't need a cross-compiler, just type "make".
	You'll get one executable file which you need to execute. To test
	whether the daemon is running check the log files and make a connection
	to the port you specified (default 7999). You will be able to send
	requests to the daemon now. Have a look at main.c, to get the commands,
	which can be used.
	Example: telnet localhost 7999
		 <key> scan 2500 2500

3. hp [rcl_hp] -- Homepage to control daemon and watch webcam
	If you get to this point and want to use the website it's not quite a
	problem. Just copy the contents of the hp directory to your webserver's
	DocumentRoot and make sure your webserver is allowed to connect to the
	daemon and the webcam-server. If something fails check config.inc and
	try different settings.


I hope you'll enjoy this software or at least parts of it. I know there should
really be a suitable documentation, but actually I don't like writing
documentations.
If you have a question concerning this project, want to send me suggestions how
to improve this software or just say something else contact me at

http://redsun.darktech.org/thedark/

