LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection. Basically, a platform neutral "airdrop".
| "LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection." Basically, a platform neutral "airdrop".
|
[LocalSend](https://github.com/localsend/localsend) is a cross-platform app that enables secure communication between devices using a REST API and HTTPS encryption. Unlike other messaging apps that rely on external servers, LocalSend doesn't require an internet connection or third-party servers, making it a fast and reliable solution for local communication. The TLS/SSL certificate is generated on the fly on each device, ensuring maximum security. For more info, see the [LocalSend protocol documentation](https://github.com/localsend/protocol).
| (direct quotes from github)
"[LocalSend](https://github.com/localsend/localsend) is a cross-platform app that enables secure communication between devices using a REST API and HTTPS encryption. Unlike other messaging apps that rely on external servers, LocalSend doesn't require an internet connection or third-party servers, making it a fast and reliable solution for local communication."
"LocalSend uses a secure communication protocol that allows devices to communicate with each other using a REST API. All data is sent securely over HTTPS, and the TLS/SSL certificate is generated on the fly on each device, ensuring maximum security."
For more info, see the [LocalSend protocol documentation](https://github.com/localsend/protocol).
|