https://github.com/tobychui/imus-quick-send
This system is designed for quick transfer of text or url from smart phone to PC and vice versa with QR-code and session id system.
https://github.com/tobychui/imus-quick-send
Last synced: 3 months ago
JSON representation
This system is designed for quick transfer of text or url from smart phone to PC and vice versa with QR-code and session id system.
- Host: GitHub
- URL: https://github.com/tobychui/imus-quick-send
- Owner: tobychui
- License: other
- Created: 2017-06-02T12:08:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T12:21:23.000Z (about 8 years ago)
- Last Synced: 2025-01-18T02:25:49.851Z (5 months ago)
- Language: JavaScript
- Size: 389 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# IMUS-Quick-Send
This system is designed for quick transfer of text or url from smart phone to PC and vice versa with QR-code and session id system.
## Introduction
The IMUS Quick Send system is a web system that use on Apache web server with PHP installed. This system are designed to tranfer text or url from your phone to computer , phone to phone, pc to pc, or computer to pc by QR codes and ids. It provides the following functions:1. Stick a Memo on the system and generate a view QR Code
2. Read a Memo using QR Code
3. Read a Memo using Session ID (Not the PHP Session, is Memo Session. That is what I call it.)
4. Decode a QR Code using image (on PC) or Camera (on mobile)
5. Quick Buttons for Search / Browse and Copy to clipboard.
6. Mobile View Supported## Adventages
1. No Database needed (e.g. MySQL)
2. Lightweight, most system run on javascript which is client side stuffs
3. No need to install Apps / Connect to internet (if you don't care about the css)
## Installation
1. Download the whole repo as zip
2. Unzip somewhere inside your root of web server.
3. Done!## Speical Thanks
QR Code JS
https://davidshimjs.github.io/qrcodejs/