It records data real time and pushes it to a web server I am running at my house. The server plots the data etc etc. I don't care to keep it 'secret' but I want to dedicate one thread to the info I describe rather than having it in 20 different places. Hopefully soon I will begin the process of documentation
.
At this moment, I have two micros, a 1ghz arm full Linux distro and one 150mhz real time arm cortex m3 that talk to each other. Plenty of room for expansion on the Linux micro but the realtime micro is completely taxed; it can't handle one more interrupt service routine call, so only non-real time sensors from now on can be added