2011-01-14 01:41:33 http server
parashuram lamani (INDIA)
Message: 97442
hello,
I would like to run 'http server' on blackfin board(uClinux OS) and http client from host PC ( wndow xp). my question is what all files i need to download on blackfin board to run http server on blackfin board, As I am new to uClinux please can any one tell me step wise pocedure to http server on blackfin board
thanks a lot
Parashuram
QuoteReplyEditDelete
2011-01-14 01:48:47 Re: http server
Aaron Wu (CHINA)
Message: 97444
We have boa at this moment, please read: docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:boa
QuoteReplyEditDelete
2011-01-21 00:18:47 Re: http server
parashuram lamani (INDIA)
Message: 97588
Hello Aaron Wu,
In uClinux-dist ' Network Applications --->' [*] boa I enabled 'boa' using 'make menuconfig' command after this I issue 'make' command to compile kernel Image.
now I download Compiled kernel Image i.e 'uImage' to Blackfin BF537 stamp board
boa executable is present in 'root: /bin>'
when i issue './boa' to run boa application its giving the following error
Could not open boa.conf for reading.
Am I following correct steps ?? how to debug this error??
Thanks a lot,
Parashuram
QuoteReplyEditDelete
2011-01-21 00:25:00 Re: http server
Mike Frysinger (UNITED STATES)
Message: 97589
you need to create a boa.conf and tell boa where to find it. please review the boa documentation:
docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:boa
QuoteReplyEditDelete
2011-01-21 01:13:41 Re: http server
parashuram lamani (INDIA)
Message: 97591
Thanks mike,
Boa is running fine on blackfin board, sorry to trouble you again I need some more help
how to access and transmit file to and from boa server running on blackfin from ' window-xp'
Thanks a lot,
Parashuram
QuoteReplyEditDelete
2011-01-21 01:22:53 Re: http server
Mike Frysinger (UNITED STATES)
Message: 97592
write an HTML page that has a form which submits to a CGI application to receive files. at this point, you're asking generic HTTP / HTML programming questions, so you might be better served finding a forum that caters to such things.
QuoteReplyEditDelete
2011-01-21 01:35:19 Re: http server
parashuram lamani (INDIA)
Message: 97594
Thanks Mike for your quick reply, God bless you. !!
Parashuram
QuoteReplyEditDelete
2011-01-21 20:07:12 Re: http server
Wojtek Skulski (UNITED STATES)
Message: 97609 Parashuram:
a quite sophisticated CGI programming example is available in
/home/uclinux/uClinux-dist/user/blkfin-apps/ndso
There is a CGI application, example web pages, everything.
You can build this app from menuconfig. Select "networked digital storage
oscilloscope" from Analog Devices canned demos. Then you can try it out.
A word of caution: this application is using its own httpd server which is
also contained in the same directory. It seems buggy. It is leaking memory
and after a while it will crash the Blackfin system. So do not use that
httpd for production. Use "official" boa instead.
QuoteReplyEditDelete