Hello There!

I'm building very customized and embended solution using owhttpd/owserver and DS1820 + DS2450 family. Basically i have: lots of fridges in supermarket-like store ( temperatures in Celcius scale varies from -30 to -6 degrees).

I don't want do use owfs on my small box (i would like to use 16MB of SF card) but i would like to talk dicectlly to owserwer process.

Could someone point me where owserver/client protocol is defined.

And second question i need to expand every DS1820 with:
a) up-to-ten phone numbers ( gsm like +48xxxyyyzzz)
b) min-max parameters

and for DS2450 the same but for every A/D converter.

I've managed to store it on filesystem and hardcoded my read/write functions in :
struct filetype DS18B20 [] = { ...
{"Phone_1", 12, ft_asci.... a:FS_read_ascii_from_filesystem, a:FS_write_ascii_into_filesystem}
}

it works, but it's the right way or am i do it wrong ?

Best regards,




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to