How to implement a HTTP Server in android which can be access by other device with browser? -
I have a new requirement for implementing a HTTP server that runs in Android devices. And this HTTP server is a PC with other devices like browser. I'm getting an example like this: the PAW server for Android but I do not know how to implement it. The PAW server for Android is very complicated. Is there any easy way to implement this requirement? I also read this article:
Try Nano HTPD To implement the requirements, it needs to be enhanced.
http://elonen.iki.fi/code/nanohttpd/
Comments
Post a Comment