Code Monkey home page Code Monkey logo

qrtransfer's Introduction

qrtransfer

This is a proof-of-concept project, implemented in Rust WebAssembly.

How to Use

Demo

  1. Open https://qrtransfer.westxu.com on your PC, select file, zoom/adjust the browser window as you wish. Note that this site is static, which means the file will be processed natively in your browser and won't be uploaded to any server.
  2. Open https://qrtransfer.westxu.com on your phone, scan using your camera while scrolling/auto-scrolling your browser until finishing scanning all qrcodes, and then save the reassembled file.

Note

If your browser somehow couldn't access local files, try the python branch of this repo.

The suffix of the received file may not be correct. Fix it manually with file manager apps on your phone.

The transfer speed is ~1KB/s. I know, but it works.

qrtransfer's People

Contributors

renovate-bot avatar westxu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

groundedtako

qrtransfer's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

cargo
Cargo.toml
  • qrcode 0.12
  • base64 0.20
  • sha-1 0.10
  • indexmap 1.9
  • quircs 0.10
  • image 0.24
  • brotli 3.3
  • wasm-bindgen 0.2
  • console_error_panic_hook 0.1
  • web-sys 0.3
  • dioxus 0.2
  • js-sys 0.3
github-actions
.github/workflows/deploy-gh-pages.yml
  • actions/checkout v2
  • actions-rs/toolchain v1
  • jetli/trunk-action v0.1.0
  • peaceiris/actions-gh-pages v3

  • Check this box to trigger a request for Renovate to run again on this repository

Dioxus branch needs update

So dioxus 0.1.8 made an api breaking change from this:

let mut count = use_state(&cx, || 0); // 0.1.7

to this: (discussions see DioxusLabs/dioxus#129)

let (count, set_count) = use_state(&cx, || 0);  // 0.1.8

And this new api is what the dioxus branch of this repo uses.

Now dioxus 2.0 came out, with this api change reverted somehow. What we need is to adapt to this revert, and bump the dep version up to 2.0.

@įžŊį”°

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.