Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dangfan/qr-transfer
https://github.com/dangfan/qr-transfer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dangfan/qr-transfer
- Owner: dangfan
- Created: 2013-11-18T15:27:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T07:32:41.000Z (about 11 years ago)
- Last Synced: 2024-08-02T01:20:03.797Z (6 months ago)
- Language: C
- Size: 3.9 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qr-transfer
===========## Compilation
Required Libraries:
* opencv 2.4.7 (You may install it in C:/opencv)
* zbar 0.10 (You may install it in the default path)If you install these libraries in other folders, please set the correct building path in Visual Studio.
The dlls are provided in the folder `dlls`.
## Running
### Sender
The program that send a file.
sender filename fps compressed
The three arguments are:
* filename: the filename that you want to send.
* fps: frame rate of sender. Set to 20 if you are not sure.
* compressed: 0 for no compression, 1 for compression.### Agent
The program that receive a file and then send it.
agent path fps compressed
* path: the path that you want to write the file.
* fps: frame rate of sender. Set to 20 if you are not sure.
* compressed: 0 for no compression, 1 for compression.### Receiver
The program that receive a file.
receiver path compressed
* path: the path that you want to write the file.
* compressed: 0 for no compression, 1 for compression.## How to use
Running the programs in different laptops first. Then try to move the laptops so that you can see the FPS on both laptops greater than 10. After that, click left button of the receiver laptop. Finally, click right button of the sender laptop.