Computer Networks Practice
-
Updated
Dec 9, 2020 - C
Computer Networks Practice
peer-to-peer application which collects and computes statistics about the results of CoVid-19 tests developed for the Computer Networks course (documentation in Italian)
Socket Programming in C
This repository contains the source code of a Real-Time Application that I have created which enables Raspberry Pi devices to exchange messages and keep a limited history of those. C sockets based on TCP/IP and threading were used.
Huffman encoding/decoding algorithm including file transfer between receiver/sender over TCP sockets in C
The purpose of this project is to present an implementation for unix-based systems of a proxy server that serves a set of clients (concurrently) on the same machine through parallel programming techniques.
TCP proxy program using sockets that counts the vowels in the text sent to it. Acting as an intermediary, it receives text input from a client and forwards it to the server while simultaneously counting the number of vowels present.
A simple instant messaging terminal application that runs on Linux
Morse translator based on the client-server model
This is a small C-implementation of using TCP/IP sockets to communicate processes (client & server side implementation).
Add a description, image, and links to the sockets-tcp topic page so that developers can more easily learn about it.
To associate your repository with the sockets-tcp topic, visit your repo's landing page and select "manage topics."