Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Youngzt998/Naive-Airdrop
Automatically save files between android and PC.
https://github.com/Youngzt998/Naive-Airdrop
Last synced: 6 days ago
JSON representation
Automatically save files between android and PC.
- Host: GitHub
- URL: https://github.com/Youngzt998/Naive-Airdrop
- Owner: Youngzt998
- Created: 2019-11-18T02:37:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T16:36:00.000Z (over 4 years ago)
- Last Synced: 2024-06-11T07:32:35.783Z (5 months ago)
- Language: Java
- Homepage:
- Size: 32.4 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cs - @Youngzt998, 2019 Fall
README
# Naive-Airdrop
Currently, i am just a naive undergraduate students (In fact, its both my first Java project and my first Python project...), please tolerate any mistakes or bugs which might be stupid for an experienced developer.## Preview
There might be a situation where we expect our computer to automatically synchronize some files on our mobile phone, without using USB or manually operating, though sometimes, we do not trust a company's application, or even don't trust the Global Internet. We might want to simplify the file transition to a local area.
This project implement a mini file synchronization system between Windows (written in python) and Android OS. It works without the whole Internet but only in a local area network (within the same Wi-Fi, in fact). The final goal includes auto connection, auto detecting changes of the observing files on client devices, encyption in transfer, etc.
We aim to finish two program currently:
0. Server Program on Windows
1. Client Program on Android[Surely we can try other "transition pair" such as iOS - WIndows , Android-MacOS, or even iOS- MacOS if you donnot trust Airdrop...]
## Environment
Windows 10: Python 2.7
Android: Java in Android Studio
## Server-on-PC
## Client-on-Android