Bootstrap

Android 编写HTTP 服务器

GitHub - chooyan-eng/AndroidHttpServerDemo: A demo app to introduce that Android device can be a HTTP server.A demo app to introduce that Android device can be a HTTP server. - GitHub - chooyan-eng/AndroidHttpServerDemo: A demo app to introduce that Android device can be a HTTP server.https://github.com/chooyan-eng/AndroidHttpServerDemo

AndroidHttpServerDemo

AndroidHttpServerDemo 是一个演示 Android 设备可以成为 HTTP 服务器的应用程序。

如何运行

请注意,Android 设备中的 HTTP 服务器可以通过本地网络访问,而不是通过 Internet。因此,HTTP 服务器只能被与运行 HTTP 服务器的 Android 设备连接到同一 WiFi 的设备访问。

安装软件

  • 克隆此存储库
$ git clone https://github.com/chooyan-eng/AndroidHttpServerDemo
  • 使用 AndroidStudio 打开项目
  • 只需运行项目,HTTP 服务器将在运行应用程序后立即运行

连接到 HTTP 服务器

  • 检查 Android 设备的本地 IP 地址。本地IP地址将通过以下操作找到。
    1. 打开“设置”应用
    2. 选择“无线网络”
    3. 选择您正在连接的 WiFi
  • 在您的 PC(或带有网络浏览器的设备)上打开浏览器
  • 打开下面的网址
    • http://xxx.xxx.xxx.xxx:20000/index.html
    • xxx.xxx.xxx.xxx 需要替换为您在之前的操作中找到的本地 IP 地址。

然后,您将获得这样的页面。

 

 

;