./net/qrcp, Transfer files over Wi-Fi via a QR Code

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.2nb1, Package name: qrcp-0.11.2nb1, Maintainer: ktnb

qrcp transfers files over Wi-Fi from your computer to a mobile
device by scanning a QR code without leaving the terminal. qrcp
binds a web server to the address of your Wi-Fi network interface
on a random port and creates a handler for it. The default handler
serves the content and exits the program when the transfer is
complete. When used to receive files, qrcp serves an upload page
and handles the transfer.


Master sites:


Version history: (Expand)


CVS history: (Expand)


   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-04-03 02:55:29 by Kevin Bloom | Files touched by this commit (8) | Package updated
Log message:
updated to use my NetBSD address
   2024-03-03 18:00:11 by Jason Bacon | Files touched by this commit (3)
Log message:
net/qrcp: Update to 0.11.2

Prepared in wip by Kevin Bloom.

Upstream now requires go 1.18

Changes: https://github.com/claudiodangelis/qrcp/releases
   2024-02-19 20:34:45 by Greg Troxel | Files touched by this commit (5)
Log message:
net/qrcp: Add version 0.11.1

Prepared in wip by Kevin Bloom.

qrcp transfers files over Wi-Fi from your computer to a mobile
device by scanning a QR code without leaving the terminal.  qrcp
binds a web server to the address of your Wi-Fi network interface
on a random port and creates a handler for it. The default handler
serves the content and exits the program when the transfer is
complete. When used to receive files, qrcp serves an upload page
and handles the transfer.