Thinking about the "small owserver" some more, this is an interesting problem.

owserver is too smart, it knows too much about the devices.

I've been working on the internal protocol to change to communication to the adapters to "transactions". That would be the right level to send to a small device., and would be easy to implement. Probably fit in 9k and maybe even PICs and the like.

Paul.

Alternatively we could emulate the LINK ascii mode, which works in remote tcp form. Probably should get permission and a quote from Bill Farmer.

On 6/3/06, Paul Alfille <[EMAIL PROTECTED]> wrote:
I suppose you are right about the config file.

Small owserver?
1. We'll need to strip.
2. Remove (#define out) the debugging messages.
3. Remove caching
4. Make non-reentrant.
5. Remove other adapters, thermocouples, ...

There are no large buffers or memory pools. Still, are we talking 9k or 40k?

Paul


On 6/3/06, Jerry Scharf < [EMAIL PROTECTED]> wrote:
Paul Alfille wrote:
> I have the AAG barometer. Just never got around to supporting it.
> Probably have to add a command line option:
> "--barometer="ID1,ID2" since the AAG design uses two DS2406s but
> provides no link or marker (except externally) of the overall design.
>
> I'd love to see weather support on OWFS.
> To be fair, OWW, another opensource project has weather station support
> already and apparently has been ported to the NSLU2.
>
> Paul Alfille
>

Paul,

I'd love to see you support this kind of pairing. It would be a big help
to me as well.

Your solution gets you into the ever expanding command line syndrome. I
think it may be time to go to a config file w/ command line override.

BTW, how small can an the image of an owserver w/ the I2C interface get?
I'm playing with something (zigbee mote) that has only a very small ram
and rom space (9k/40k), but could be really cool to get owserver on. I
doubt it would fit, but I thought it would be worth an ask.

jerry
--
Jerry Scharf
Laguna Way Consulting


_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to