Hello Everyone,

I might have sent this message to the wrong list and if I have don so, I do
apologize in advance.
I want to "pay back" to the Bering uClibc community, and thus instead of
sourcing from services like rent-a-coder etc I want someone in the community
to get this "money" this I felt that this message was post appropriate in
the developer list...

I need a little "program" for the leaf uClibc 3.x platform that record data
from the serial port, attach a timestamp and store the "line" to a flat
file.
The program need to that the following parameters: 
-> Serial port 
-> Serial parameters (9600,n,8,1)
-> File name
-> Trigger word(s). Comma or space separated.
The serial stream will come like this:
word1word1word1word2word1
Where word1 and word2 are trigger words.  The above stream should be stored
in "File name" as follows:
YYYYMMDD HH:MM:SS word1 \n
YYYYMMDD HH:MM:SS word1 \n
YYYYMMDD HH:MM:SS word1 \n
YYYYMMDD HH:MM:SS word2 \n
YYYYMMDD HH:MM:SS word1 \n
etc
(YYYYMMDD HH:MM:SS is a timestamp like this 20080414 23:28:00)

I got this working with perl now however I need this thing to be as small as
possible as there are no free space on the target device for the 385K
uperl.lrp, some kind of compiled C-something would be the best choice to get
the thing as small as possible.

Anyone interested in a small job/task like this?

Best regards
Jorn




-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to