Link to home
Start Free TrialLog in
Avatar of lxfdirs
lxfdirs

asked on

Http server c/c++ class or code

Hi,

Do anybody knows where to get an http server c/c++ class or code. The only thing I need is the server logic. Communications are already resident in my device.

Regards,
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,
I am little confused about "the server logic".
Do you mean you have device, with socket support?

Please also provide the OS, or information about the compiler/library, and board/BSP etc, then we can help more.

BR,
Xeltek
Avatar of lxfdirs
lxfdirs

ASKER

jkr thanks very much for you suggestions. I will take a look at them.

xeltec What I am trying to build in my embedded Arm 32 bit arm processor application is a very simple http/ web server. Concept like a network camera that you can reach through the web and presents you with a web page where you can do monitoring and controlling of elements. My development is based on a GNU environment. The application base already has the TCP/IP/PPP stack, so the only thing  I need are the server procedures.

Regards,
Hi,
Then, there are several options with your gnu(linux?). You can also checkout the lighttpd.
BR,
xeltek
Avatar of lxfdirs

ASKER

xeltek
Thanks, I will take a look at your suggestion.
Will let you know.

Regards,
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.