From 6faa69e3310306bda8742a7f960e4fadc8ad2144 Mon Sep 17 00:00:00 2001 From: eomielan Date: Sun, 27 Oct 2024 19:53:10 -0700 Subject: [PATCH] Update root README and ci filename --- .github/workflows/{tcp_over_udp.yml => tcp-over-udp.yml} | 0 README.md | 1 + 2 files changed, 1 insertion(+) rename .github/workflows/{tcp_over_udp.yml => tcp-over-udp.yml} (100%) diff --git a/.github/workflows/tcp_over_udp.yml b/.github/workflows/tcp-over-udp.yml similarity index 100% rename from .github/workflows/tcp_over_udp.yml rename to .github/workflows/tcp-over-udp.yml diff --git a/README.md b/README.md index f735dfe..232de7c 100644 --- a/README.md +++ b/README.md @@ -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.