Skip to content

Commit

Permalink
Update root README and ci filename
Browse files Browse the repository at this point in the history
  • Loading branch information
eomielan committed Oct 28, 2024
1 parent 2800837 commit 6faa69e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![Frontend Build & Test Status](https://github.com/eomielan/file-sync/actions/workflows/frontend.yml/badge.svg)
![Backend Build & Test Status](https://github.com/eomielan/file-sync/actions/workflows/backend.yml/badge.svg)
![TCP over UDP Build & Test Status](https://github.com/eomielan/file-sync/actions/workflows/tcp-over-udp.yml/badge.svg)

File Sync is a full-stack application that enables file transfer between two endpoints using a custom **TCP-like protocol over UDP**. The application consists of a React frontend and a Spring Boot backend, with C binaries for handling low-level TCP-like file transfer over UDP.

Expand Down

0 comments on commit 6faa69e

Please sign in to comment.