Re: [Ilugc] Embedded Linux web server help needed

2009-07-02 Thread Vijairaj
2009/7/2 Krishna > scripts cannot be handled. security is not an issue here. I wanted to know > if any one has worked in any embedded web server for uploading huge files, > so that I can rely on the fact and try that. > > The problem in using web server to upload huge files is that the web server

Re: [Ilugc] Embedded Linux web server help needed

2009-07-02 Thread Roshan George
On Wed, 2009-07-01 at 11:34 +0200, Krishna wrote: > Hi All, > > I am working in ARM 9 board running Linux (2.6.16) , I have a requirement > to flash the mtd device directly using web interface via Ethernet, say > like router firmware up gradation. Out of curiosity, what language is this web

Re: [Ilugc] Embedded Linux web server help needed

2009-07-02 Thread Mohan Sundaram
This actually depends on the update/upgrade scheme you have conceived. Option I: User uploads firmware via the web from his desktop. Then you would need to do what you are asking for i.e upload using HTTP. Option II: User logs on to the Web UI on the box and clicks a "Download Firmware" button wh

Re: [Ilugc] Embedded Linux web server help needed

2009-07-02 Thread Krishna
On Thu, Jul 2, 2009 at 3:24 AM, Mohan Sundaram wrote: > > IMHO, fetching the images using these utilities on the box is a better > approach than trying to upload an image using http(s). Further, these > utilities support retries/ resumes which will be useful in times of > flaky access. Like I to

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Prem Kurian Philip
Have you looked at the following: http://www.embedthis.com/ Or this? http://www.acme.com/software/mini_httpd/ Regards, Prem Kurian Philip Songbird Technologies ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject o

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Mohan Sundaram
On Thu, Jul 2, 2009 at 6:54 AM, Mohan Sundaram wrote: > > If what you need to do is monitor the box and upload images without > any heavy duty web application for configuration etc, I'll go with > netcat to execute the utilities and pipe the output to the connection > and wget/curl/socat in conjunc

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Mohan Sundaram
On Wed, Jul 1, 2009 at 9:03 PM, Krishna wrote: > No I dint put the question in terms of standard UNIX tools approach,  in > fact i can use the httpd  applet in busybox. > The problem is that earlier I was using thttpd web server to create some cgi > scripts for monitoring certain information from t

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Krishna
On Wed, Jul 1, 2009 at 4:57 PM, Mohan Sundaram wrote: > On Wed, Jul 1, 2009 at 4:55 PM, Mohan Sundaram wrote: > > On Wed, Jul 1, 2009 at 4:24 PM, Krishna wrote: > >> 4. package management is not possible atleast for this type of image as > its > >> a single image containing kernel and file system

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Mohan Sundaram
On Wed, Jul 1, 2009 at 8:19 PM, Manvendra Bhangui wrote: > On Wed, Jul 1, 2009 at 3:04 PM, Krishna wrote: > large then the connection > gets timed out.  I'm searching for some web > server  with  non commercial >  license, which will support my 5 MB file > upload requirement. Can someone > please s

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Mohan Sundaram
On Wed, Jul 1, 2009 at 4:55 PM, Mohan Sundaram wrote: > On Wed, Jul 1, 2009 at 4:24 PM, Krishna wrote: >> 4. package management is not possible atleast for this type of image as its >> a single image containing kernel and file system , and on boot up the image >> is loaded on RAM. since it is combi

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Manvendra Bhangui
On Wed, Jul 1, 2009 at 3:04 PM, Krishna wrote: > large then the connection gets timed out. I'm searching for some web > server with non commercial license, which will support my 5 MB file > upload requirement. Can someone please share your experience. You can try publicfile at http://cr.yp.to/p

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Kenneth Gonsalves
On Wednesday 01 July 2009 16:55:18 Mohan Sundaram wrote: > In case you want to discuss this in greater detail and want to take it > offline, you are welcome. I'm not sure if this will be of general > interest. even though I can only understand half of what you are saying, I find it of great inter

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Mohan Sundaram
On Wed, Jul 1, 2009 at 4:24 PM, Krishna wrote: > 4. package management is not possible atleast for this type of image as its > a single image containing kernel and file system , and on boot up the image > is loaded on RAM. since it is combined, the particular partition say mtd1 > (5MB size)  will h

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Krishna
> > > > 1. Try boa or lighthttpd for web service. > > I remember we finally used one called GoAhead webserver. It requires > acknowledgement by display of its logo as powered by GoAhead > webserver. It needs permission to be used under a open licence. We > went for it as we could get support, if ne

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Mohan Sundaram
On Wed, Jul 1, 2009 at 3:33 PM, Mohan Sundaram wrote: > On Wed, Jul 1, 2009 at 3:04 PM, Krishna wrote: >> Hi All, >> >> I  am working in ARM 9 board running Linux (2.6.16) , I have a requirement >> to flash the mtd device  directly using web  interface via Ethernet, say >> like router firmware up g

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Mohan Sundaram
On Wed, Jul 1, 2009 at 3:39 PM, Mohan Sundaram wrote: > BTW, is this a project or a product? If it is a product, I think the > firmware to be so heavy. Typo. Read as "I believe the firmware is heavy". -- Mohan Sundaram ___ To unsubscribe, email ilugc-re

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Mohan Sundaram
On Wed, Jul 1, 2009 at 3:33 PM, Mohan Sundaram wrote: > On Wed, Jul 1, 2009 at 3:04 PM, Krishna wrote: >> Hi All, >> >> I  am working in ARM 9 board running Linux (2.6.16) , I have a requirement >> to flash the mtd device  directly using web  interface via Ethernet, say >> like router firmware up g

Re: [Ilugc] Embedded Linux web server help needed

2009-07-01 Thread Mohan Sundaram
On Wed, Jul 1, 2009 at 3:04 PM, Krishna wrote: > Hi All, > > I  am working in ARM 9 board running Linux (2.6.16) , I have a requirement > to flash the mtd device  directly using web  interface via Ethernet, say > like router firmware up gradation.  I have a combined image of kernel and > root file