landropr
v0.1.11
Published
LanDropr is a fast, secure, and easy-to-use file sharing application designed for local networks. Share files between devices on the same network without any complicated setup or external services.
Downloads
1,063
Readme
LanDropr
LanDropr is a fast, secure, and easy-to-use file sharing application designed for local networks. Share files between devices on the same network without any complicated setup or external services.
Features
- Local network file sharing
- QR code for easy device connection
- Fast file transfers
- Peer-to-peer connections
- Simple drag-and-drop interface
- Web-based - no installation needed on client devices
Installation
# Install globally
npm install -g landropr
# Or use npx
npx landroprUsage
Start the LanDropr server:
landroprOr with a custom port:
landropr --port 3000Open your browser and navigate to the displayed local URL (e.g.,
http://localhost:3000)Scan the QR code with another device on the same network to connect
Drag and drop files to share them instantly
Development
Clone the repository:
git clone https://github.com/deestarks/landropr.git cd landroprInstall dependencies:
npm installStart the development server:
npm run devBuild for production:
npm run build
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Built with Next.js and TypeScript
- Uses WebSockets for real-time communication
- Styled with Tailwind CSS
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Contact
For any questions or feedback, please open an issue on GitHub.
