Clipdrop
No description available
Install / Use
/learn @Incipiens/ClipdropREADME
ClipDrop: Network clipboard and small file drop for Arduino Uno Q
ClipDrop is a small network-attached clipboard and file drop server that runs on the Arduino Uno Q. Any device on your network can open a browser, paste text or drop files, and grab them from another device. The Uno Q's LED matrix flashes C for clipboard or F for file whenever something new arrives.
This project was written for an XDA article, in order to demonstrate the Arduino Uno Q's unique capabilities. The clipboard is stored in memory and resets when the app restarts.
This project will likely not be updated in future, and serves as a technical demonstration of the Arduino App Lab and its CLI.
How to run
Create the ~/ArduinoApps/clipdrop/folder, and clone this repository inside of it. Then run the following command:
arduino-app-cli app start ~/ArduinoApps/clipdrop
Files are stored in ~/ArduinoApps/clipdrop/clipdrop-files/ on the Uno Q.
