An open API service indexing awesome lists of open source software.

https://github.com/teixdavide/FEUP_RCOM_FileTransfer

🐧 | C program for file transfer between two computers via serial port
https://github.com/teixdavide/FEUP_RCOM_FileTransfer

computer-networks feup file image network rc rcom serial-port transfer

Last synced: 6 months ago
JSON representation

🐧 | C program for file transfer between two computers via serial port

Awesome Lists containing this project

README

          

# Image Transfer Program

## Overview

This repository hosts a C program designed for file transfer between two computers. The development of this program is part of the curriculum for the [Computer Networks](https://sigarra.up.pt/feup/en/UCURR_GERAL.FICHA_UC_VIEW?pv_ocorrencia_id=520330) course.

## Usage

To compile and execute the code along with all its tests, use the following commands:

```sh
make main
./main
```

Mode:

* **TRANSMITER:** The computer that will transmit the file
* **RECEIVER:** THE computer that receives the file

This will build and run the program.