You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A unidirectional network (also referred to as a unidirectional security gateway or data diode ) is a network appliance or device allowing data to travel only in one direction. It is used in guaranteeing information security. They are most commonly found in high security environments such as defense, where they serve as connections between two or…
It's a chatting system implemented in C - Programming Language by using TCP-Socket programming. In this project multiple Client can send and receive message between each other until they are connected to the Server. Clients can use multiple commands and command format provided by the server to communicate with the server and other clients.
Modified an Open Source HTTP Proxy software, ffproxy, to make the browser edit image tags in HTTP response bodies to display any image online or on computer(Not possible with encoded HTTPS).
a concurrent firewall management system built with a client-server architecture. It allows real-time configuration and management of firewall rules over a network. The server handles requests to add, list, validate, and delete firewall rules, while tracking IP addresses and ports that match these rules. Also maintains complete log of all requests
The uchat “Speechy” project is a desktop messaging application developed in C, designed for secure communication between users on a local network. The application includes a GTK+ 3-based client and a server built using socket programming with OpenSSL, JSON for API, and SQLite for database management, offering features similar to Telegram.
A simplified version of Dropbox implemented as a multi-threaded server-client application. This project focuses on directory synchronization, file tracking, and real-time updates, providing a basic Dropbox-like experience.
Realization of a client/server chat application in C allowing to exchange messages between 2 users, between several users, or to all the users connected on the network (localhost), as well as to send files.