Questions tagged [embeddedwebserver]

Either a light-weight web server for embedded systems, or a web server embedded within an application

103 questions
3
votes
5 answers

Cross Platform C++ webserver Library

I am looking for a cross platform Library in C++ that can run a web server. Does any one know if tntnet can work on windows computers. or libmicrohttpd
Matthew FL
  • 1,612
  • 3
  • 18
  • 22
3
votes
3 answers

Embed webserver in carbon bundle

I need to embed a tiny webserver in a compiled jsfl external library for Adobe Flash CS4 so that an outside process can communicate with it. The external library will be a Carbon bundle on Mac and a set of dlls on Windows, so the webserver will…
John Wright
  • 2,418
  • 4
  • 29
  • 34
3
votes
5 answers

How to get a webinterface for a small Java program?

Actually I have a Java application running on a Linux server as daemon. Now I'll provide a simple web-based configuration page. I have no clue how to solve this without using big frameworks. What I fell that I don't want is to use Java EE or sth…
tuergeist
  • 9,171
  • 3
  • 37
  • 58
2
votes
0 answers

Apache and MySQL not shutting down after Server2Go shutdown

I am using Server2Go, which can run from a CD with no installation. When I start it it loads Apache and MySQL, and opens a browser (I am using Firefox Portable). After I close the browser window the Server2Go instance shuts down, but leaves the…
Yaron
  • 1,540
  • 3
  • 19
  • 33
2
votes
2 answers

ESPAsyncWebServer serve large array from RAM

I am trying to serve a large float array with 8192 values from the ESP32 Heap with the ESPAsyncWebServer library for the ArduinoIDE. The µC is a ESP32 devkit c and I want to access the array with a browser. Here is the code for the array: #include…
Bentiedem
  • 21
  • 1
  • 4
2
votes
1 answer

EmbeddedServletContainerCustomizer(spring 2 and spring boot 2) changed to WebServerFactoryCustomizer (spring 5 and spring boot 2)

Whether the below changes will work fine in spring 5 ? Please suggest the right way to proceed Spring 2: @Bean public EmbeddedServletContainerCustomizer containerCustomizer() { return container -> { container.addErrorPages(new…
Vanitha V
  • 123
  • 2
  • 13
2
votes
0 answers

how to use python coding to download files on a web with following source(parts of the page)

I want to download some public files from a web which include some javascript code in it to make user to interactively click to download. So it is not easy to scrap the download link directly. Actually this web is the newly pop-up website when I…
Robin
  • 201
  • 2
  • 14
2
votes
1 answer

On which web server does Netbeans run its HTML5 projects?

I'm using Netbeans for developing HTML5 projects and I would like to know which embedded web server uses to run this kind of project, though there's no web server mapped in Netbeans yet.
Felipe Belluco
  • 1,102
  • 10
  • 12
2
votes
1 answer

webserver for file upload on android

I would like to add a webserver to my android application for uploading small files to the phone. The user would start the webserver from the phone by hitting a button. He would then see an ip address that can be accessed by any browser from a pc.…
Gizmo
  • 871
  • 1
  • 15
  • 38
2
votes
3 answers

Web interface for C++ backend service

I'm currently working on a back end service which has a very crude interface for getting statistics and information about the service. I would like to deploy a lightweight web server for it to allow users to navigate to it's IP address and gather…
anoneironaut
  • 1,778
  • 16
  • 28
2
votes
1 answer

embedded web server to run php

im looking for embedded web server that can parse php do you have experience with such ?
user63898
  • 29,839
  • 85
  • 272
  • 514
2
votes
1 answer

soap/rest C library for embedded device

Is there any tiny soap/rest library which works on uIP ?? I have seen the libsoap but it works on nanohttp. I want a uIP compatible library written in C.... Thanks
Shantanu Banerjee
  • 1,417
  • 6
  • 31
  • 51
2
votes
2 answers

Broken HTML - browsers don't downloads whole HTTP response from my webserver, CURL does

Symptom I think, I messed up something, because both Mozilla Firefox and Google Chrome produce the same error: they don't receive the whole response the webserver sends them. CURL never misses, the last line of the quick-scrolling response is…
ern0
  • 3,074
  • 25
  • 40
1
vote
1 answer

Is There a Tornado Equivalent of SimpleHTTPServer?

Looking through the demos, TornadoGists and other gist snippets (based on this previous question), I haven't found any code equivalent to SimpleHTTPServer from the standard library in Python. I'm looking for a really small web server that can handle…
technomalogical
  • 2,982
  • 2
  • 26
  • 43
1
vote
1 answer

iphone as mobile web server

Am writing an application for iphone to run as mobile web server by assigning one IP address to it.How can we deploy mobile web server in iphone without using servers man application?
yokks
  • 5,683
  • 9
  • 41
  • 48