There are 0 repository under socketprogramming topic.
The HTML Chat Application is a real-time chat platform that supports basic HTML tags and allows users to communicate with their friends while experimenting and learning HTML. This application provides an interactive and educational chatting experience, making it ideal for beginners interested in HTML.
Applications using which you can control your desktop using your mobile phone and finger gestures
A📱PC to📱Mobile File Sharing 📁 Application Build Using Flutter, Python, and Socket Programming
This Project is just a Java Swing Chat application with Live Java Sockets. So the Text's will go live.
Implement Tic-Tac-toe game with Socket Programming
Simple Q & A app created as Final Project for my Advanced Programming University class
😀😀😀😀😀😀 Basically, This project is a Desktop Chat Application build for the purpose of establishing a connection between two users. Moreover, the Fundamental concepts of Object Oriented Methodology like socket programming , file handling, exception handling, GUI and inheritance has been used effectively.
A Node.js/Express project for live teacher-student integrated session management using sockets, wherein the student can write, compile, run and post codes and the teacher can edit the codes live.
A java mini-project to make a file sharing app using java for easier,hassle free file transfers.
Multithreading Java program to list all frequent path-traversal patterns with increasing size given a minimum support threshold s and a steam of web-click data. Each web server logs all activities into a stream (or a log file in batch mode) in the format of tuples, each containing an integer i (as user ID), and a reference string r (as web URL). A web-click sequence WCS for a user i can be extract from the web-click data as wcsi = [r1, r2, …, rk]. A maximal forward reference MFR is a forward reference path without any backward reference. So, each wcsi can be converted into several MFRs, i.e., wcsi = [mfr1, mfr2, …, mfrj].
Comprehensive toolkit for mastering Netlink Type-Length-Value (TLV) in Linux. Features step-by-step guides, code snippets, and examples. Dive deep into Netlink TLV communication and its intricacies!
A Terminal based chatting application.
A repository of my college assignments for different papers
Get the inside scoop of your favorite android apk's. Alternative to https://github.com/Enyby/APK-Info
Social Matching Service Based on Unix Socket
The aim of this assignment is to have you do TCP socket client / server programming using I/O multiplexing, child processes and threads. It also aims at getting you to familiarize yourselves with the inetd superserver daemon, the ‘exec’ family of functions, various socket error scenarios, some socket options, and some basic domain name / IP address
This is a cross-platform multi-chat room application that works on both Windows and Linux. The program allows multiple clients to connect to a server and exchange messages in real-time. It uses TCP sockets to ensure reliable communication between clients and the server.
Online quiz program is written with python socket programing
The folder contains code examples demonstrating OOP concepts such as collections, generics, threads, and socket programming for practical implementation and reference.
This project illustrates the idea of socket programming via simple library management app
Network Programming using UDP datagram sockets
Creating threads can be quite expensive. Typically each thread is going to do essentially the same thing so it’s good to keep reusing them. Threads are actually quite heavy and creating or destroying threads takes time away from what you’re trying to accomplish. Another benefit of thread pools is they keep the system from becoming overloaded. They allow a limit to the number of threads and tasks are queued and only run when a thread is available.
This project implements a secure client-server communication system in Java, utilizing encryption and decryption techniques to ensure data confidentiality. It features a graphical user interface (GUI) developed using Swing and AWT.
The basic purpose of this task is to create an application for transferring files, deleting files, creating directories and browsing directories between server and multiple clients. Basic mechanisms of FTP (File Transfer Protocol) and socket programming have been used for implementation of this networked application. Since the server can handle multiple client requests simultaneously, threads have been introduced to make sure each client request runs smoothly and gets its required response from the server. To make sure server does not get attacked through forbidden or malicious clients, only authorized clients are provided access after authentication. System files will not be transferred or modified by clients so that server does not crash. Thread pools have been used to limit the number of clients, server will cater to at a time in order to manage resources and memory properly.
An online multiplayer tic tac toe game with chat facility developed using Express JS and React JS
An IRC server built in C++98, capable of handling multiple clients with non-blocking I/O. Includes essential IRC functionalities like user authentication, channel management, and operator commands, along with a weather bot for real-time city weather updates.
A simple chat application using Socket Programming (Networking in Java) to implement Client/Server model.
Python implementation of TCP and UDP protocols with scripts for client-server communication. Includes a project report detailing the design and functionality.
Overview For this assignment you will be developing and implementing : An On-Demand shortest-hop Routing (ODR) protocol for networks of fixed but arbitrary and unknown connectivity, using PF_PACKET sockets. The implementation is based on (a simplified version of) the AODV algorithm. Time client and server applications that send requests and replies
A modern platform for exchanging skills and knowledge within a community. Connect with like-minded individuals, share your expertise, and learn new skills through real-time interactions.
This repository contains multithreaded and singlethreaded webserver with threadpool implementation.