Skip to content

C++ Win32 app with interactive UI for seamless file transfer between Android and Windows devices, ensuring effortless and efficient data exchange.

Notifications You must be signed in to change notification settings

akash1474/file_transfer

Repository files navigation

File Transer

A Simple Software Application for transferring files from phone to pc. This is done by starting a server on your android device using the application called [SimpleHttpServer](https://play.google.com/store/apps/details?id=jp.ubi.common.http.server). The IP/URL displayed after starting the server is required to be entered to be connected. Once connected android device files and folder can be explored and downloaded.

The application allows multiple files located in different folder to be downloaded simultaneously. It also provides a minimal and interactive user interface.

Warning The application is still in development stage some unwanted bugs might occur. Feel free to raise issues on this github page.

Setup

Requirements:

  • Premake5 - Configuration Generator
  • Visual Studio 2022 - Compiling
  • SimpleHttpServer

CPRLIB

Build as static library using cmake with release config cmake --build build --config Release cmake --install . --config Release copy the lib and include directory from the install location into packages/cpr

GLFW

Build as static library using cmake with release config and copy include and lib dir to packages/glfw

ImGui LunaSVG spdlog

Just clone the repository and the respective folder and that's it.

Note Place all the required imgui files from the repository along with the one used for interfacing with glfw backend and that's all. All the files should be located in the packages/imgui

About

C++ Win32 app with interactive UI for seamless file transfer between Android and Windows devices, ensuring effortless and efficient data exchange.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages