You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project requires **Node.js** for the frontend, **Java 17** with **Gradle** for the backend, and **GCC** to compile the C binaries for TCP-like functionality over UDP.
@@ -149,6 +154,8 @@ For detailed frontend setup and usage, see the [frontend README](frontend/README
149
154
150
155
1. **Sender**: Access the "Sender" page in the React app, where you can specify the file, receiver hostname, port, and byte transfer limit.
151
156
2. **Receiver**: Access the "Receiver" page to enter the port, desired filename, and file storage location, then start the receiver process.
157
+
3. **Upload to S3**: Navigate to the "Upload" page, selecta file, enter the bucket name and desired file name, then upload it to S3.
158
+
4. **Download from S3**: Access the "Download" page to specify the bucket name and file name, and download the file from S3.
0 commit comments