Skip to content

nightmare-space/applib

Repository files navigation

applib

applib server, based on HTTP

view Android's apps/tasks/displays ... on anywhere when network accessibility

details see DEVELOP.md

Structure

Start with Flutter

  app_channel:
    git: https://github.com/nightmare-space/app_channel

and use Dart API to get some info like this

AppChannel channel =  AppChannel(port: 14000);
AppInfos infos = await channel.getAppInfosV2();

or you can impl with any language(kotlin/java/...) by this protocol API.md

who use this?

  • Speed Share: Select app to send file.
  • ADB KIT: Select app to install to target device.
  • Uncon(Closed source): Obtain apps/tasks/icons about LAN devices