-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/tahsinkoc/Lightning
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,21 @@ | ||
<img src="./src/assets/lgbanner.png" /> | ||
|
||
# | ||
## Lightning P2P File Transfer Application | ||
|
||
**This application enables peer-to-peer file transfer using the HTTP protocol. Developed with Node.js and Electron, it allows for fast file exchange between two computers.** | ||
|
||
## Usage | ||
|
||
- Launch the application; the automatically created "upload" folder will be visible. | ||
- Paste the file or folder you want to share into the "upload" directory. | ||
- The application displays your computer's IP address. | ||
- On the computer you wish to receive the file, start the application and enter the shown IP address. | ||
- Click the "Download" button to list files in the "upload" folder. | ||
- Select the desired file and download it as a compressed archive. | ||
|
||
# Installation | ||
**Since this is a release version, there is no need for additional installations. Simply download and run the application.** | ||
|
||
# Screenshots | ||
|
||
<img src="./src/assets/empty.png" /> |