0

I have a new requirement to implement a HTTP Server which run in a android device. And this HTTP server is access by other device such as PC with browser. I find a example like it: PAW server for android. But I don't know how to implement it. The PAW server for android is very complicate. Is there any simple way to implement this requirement? I also read this article: How to implement an HTTP server on android

4

1 回答 1

0

试试 NanoHttpd。它只是一个源文件,你只需要扩展它来实现你自己的需求。

http://elonen.iki.fi/code/nanohttpd/
于 2012-07-12T03:48:57.327 回答