Either a light-weight web server for embedded systems, or a web server embedded within an application
Questions tagged [embeddedwebserver]
103 questions
0
votes
1 answer
nest PIN-based authentication and PIN extraction
Background on the Application:
Embedded system that will connect to nest-api as a client to retrieve required data. This embedded system can connect to a wifi network and provides a web interface through which user can carry out authentication.
For…
0
votes
2 answers
Custom webserver caching
I'm working with a custom webserver on an embedded system and having some problems correctly setting my HTTP Headers for caching.
Our webserver is generating all dynamic content as XML and we're using semi-static XSL files to display it with some…

Mark Kinsella
- 205
- 1
- 5
0
votes
1 answer
File Upload.Go Ahead Webserver
Right now, i am working on a go ahead embedded web server. i have an old 2.1 version of this server, which was open source. i want to upload .json file which i create from the firmware, to the web server and then want the page to process that file…

Fahad
- 1
0
votes
1 answer
Chrome Packaged App + embedded web server
Does it make sens to develop a PackagedApp (html5 + js) and ship it with a embedded/lightweight web server?
Main idea behind that is to write backend/logic once in some "normal" language and later ship it with a PackagedApp and use HTML5 + JS for…

Simon
- 2,329
- 4
- 30
- 49
0
votes
0 answers
Is there a way to specify a URI other than localhost for webbit?
So I am trying to create a server in an android application onto a remote URI and tried to do this using the createWebServer(), but it seems like this doesn't work because I cannot access the address on my computer.
server =…

jalapenolime
- 217
- 3
- 15
0
votes
1 answer
Limiting number of connections from bottlepy's `run`?
Is it possible to limit connections, restrict to certain number of unique IP addresses; with Bottle's run command?
All I could find was this: http://bottlepy.org/docs/dev/deployment.html

Foo Stack
- 2,185
- 7
- 24
- 25
0
votes
0 answers
Running background http server in Android
I am developing a suit of games o custom tablets with NO internet connection neither wifi, to ease the process i'm using HTML5, but since PhoneGap uses a standard WebView i moved to CocoonJS to achieve better performance.
The problem is that…

Zerho
- 1,440
- 4
- 19
- 39
0
votes
1 answer
Where or how to specify log file in barracuda webserver?
I have a realtimelogic's Barracuda application Server hosted on a m68k based embedded linux system.
When i enable https in it, i get exception and it kills the application. I would like to know where the exceptions will be logged in a barracuda…

buddy
- 805
- 1
- 15
- 30
0
votes
1 answer
HTTP HEAD chunked-encoded
I have implemented a HTTP 1.1 server. It is an embedded server so I only support the mandatory features of the RFC. All responses are sent chunked-encoded.
As HEAD is mandatory it is also supported.
HEAD is a GET without body. So the server is…

tobias
- 2,322
- 3
- 33
- 53
0
votes
1 answer
embedded http server in c++ for chrome extension native client
i was trying to find some examples that would give me some pointers on how to create an http server within a chrome extension, but haven't had any luck. does anyone know a how to start an NPAPI,NACL http server?
Thanks

DasBoot
- 707
- 3
- 15
- 37
0
votes
1 answer
How to access a webserver over 3G network?
I have a public IP and many devices over 3G network. All the devices has a webserver running which provides status and can be controlled. They can see public IP but there is no way I can access webpages form internet. Is there any way I could relay…

emblinux
- 69
- 1
- 2
- 6
-1
votes
1 answer
What are the characteristics of an embedded web server?
How is it different from a webserver running on your desktop?
Does it have different resource consumption requirements? How is it achieved?
E.g. Mongoose web server
http://code.google.com/p/mongoose/

user855
- 19,048
- 38
- 98
- 162
-2
votes
2 answers
what do you think about web GUI for desktop app using embedded web server
Duplicate: this is a duplicate of .NET WebBrowser Control as User Interface. Let's please close this question, and direct any new answers to the original.
Hello folks i need you experience in such things
im thinking on easy way to be as much as…

user63898
- 29,839
- 85
- 272
- 514