Socket Programming in C
-
Updated
May 20, 2020 - C
Socket Programming in C
Computer Networks Practice
A simple instant messaging terminal application that runs on Linux
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)
Morse translator based on the client-server model
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.
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.
This is a small C-implementation of using TCP/IP sockets to communicate processes (client & server side implementation).
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.
Huffman encoding/decoding algorithm including file transfer between receiver/sender over TCP sockets in C
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."