[SLUG] Re: Using a WRT54 for data capture

2005-09-07 Thread Matt Palmer
On Thu, Sep 08, 2005 at 10:14:32AM +1000, Richard Hayes wrote:
 I am thinking about using a Linksys WRT54 running OpenWRT to capture data 
 from 
 a serial device and then  I would like to passer to another server in as a  
 structured message ie XML  (Dublin Core / HL7 etc) 
 
 Is there a very small XML passer?

I can find libace5.4 in Ubuntu hoary.  There are other small XML parser
libraries as well.

 Could you use a small web such as AppWeb?

That appears to be a HTTP daemon.  OpenWRT comes with some other one.  I'm
not sure why you need a web server on the WRT if it's just pushing messages
off at another server.  A bit of script and something like neon or curl
should suffice for pushing XML fragments to some other server.

- Matt


signature.asc
Description: Digital signature
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Re: [SLUG] Re: Using a WRT54 for data capture

2005-09-07 Thread Glen Turner

Matt Palmer wrote:


That appears to be a HTTP daemon.  OpenWRT comes with some other one.  I'm
not sure why you need a web server on the WRT if it's just pushing messages
off at another server.  A bit of script and something like neon or curl
should suffice for pushing XML fragments to some other server.


If people are just pushing XML then there's also no need for
a XML parser on the WRT.  printf xml ...\n works fine.

--
 Glen Turner Tel: (08) 8303 3936 or +61 8 8303 3936
 Australia's Academic  Research Network  www.aarnet.edu.au
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html