Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.8 KB

DESCRIPTION.md

File metadata and controls

23 lines (13 loc) · 1.8 KB

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 information on the LocalSend Protocol, see the documentation.

LocalSend Screenshot

Package Notes

The installer executed by this package was built using Inno Setup. For advanced setup scenarios, refer to Inno Setup's command-line interface documentation. Any desired arguments can be appended to (or optionally overriding with the --override-arguments switch) the package's default install arguments with the --install-arguments option.

Installer-specific details (e.g. Setup configuration and supported Languages, Components, and Tasks) can be found in the Inno Setup Script file, which should be available in LocalSend's source code for quick reference.


For future upgrade operations, consider opting into Chocolatey's useRememberedArgumentsForUpgrades feature to avoid having to pass the same arguments with each upgrade:

choco feature enable --name="'useRememberedArgumentsForUpgrades'"