An open API service providing repository metadata for many open source software ecosystems.

Topic: "socketprogramming"

SandeepPadhi/Mobile_Mouse_n_Keyboard

Applications using which you can control your desktop using your mobile phone and finger gestures

Language: Python - Size: 2.56 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 0

BolisettySujith/Share-Karo

A๐Ÿ“ฑPC to๐Ÿ“ฑMobile File Sharing ๐Ÿ“ Application Build Using Flutter, Python, and Socket Programming

Language: Dart - Size: 150 MB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

Rohit-Nandagawali/HTML-Chat-Application-using-java

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.

Language: Java - Size: 18.9 MB - Last synced at: 28 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

sologeekk/simpleQandAapp

Simple Q & A app created as Final Project for my Advanced Programming University class

Language: Python - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

vedanshtandon/Chat-Application

๐Ÿ˜€๐Ÿ˜€๐Ÿ˜€๐Ÿ˜€๐Ÿ˜€๐Ÿ˜€ 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.

Language: Java - Size: 3.23 MB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

shaikharfan7/MyShare-filesharingjavaapp

A java mini-project to make a file sharing app using java for easier,hassle free file transfers.

Language: Java - Size: 84 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

shr1611/Pattern-Recognition-on-Streaming-Data

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].

Language: Java - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

lmwenda/Online-Socket-Chat-Application-Server

This Project is just a Java Swing Chat application with Live Java Sockets. So the Text's will go live.

Language: Java - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

bhaveshsingh0206/whiteboard

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.

Language: JavaScript - Size: 226 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

AshutoshThings/RetroChat

A Terminal based chatting application.

Language: C - Size: 15.6 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

rajendrapancholi/client_server_encrypt_decrypt

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.

Language: Java - Size: 117 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

BalajiSriraman/APK-INFO Fork of kalviumcommunity/AppInfo

Get the inside scoop of your favorite android apk's. Alternative to https://github.com/Enyby/APK-Info

Language: TypeScript - Size: 43.1 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

Labonnya/Object-Oriented-Concepts

The folder contains code examples demonstrating OOP concepts such as collections, generics, threads, and socket programming for practical implementation and reference.

Language: Java - Size: 33.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

Malmulla19/SocketProgramming

This project illustrates the idea of socket programming via simple library management app

Language: Python - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

HectorTa1989/TCP-socket-client-server

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

Language: C - Size: 23.4 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

dlwsdqdws/Matching-APP

Social Matching Service Based on Unix Socket

Language: C++ - Size: 950 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Shahzad-tech/FTP-Client-Server-communication-using-Socket

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.

Language: Java - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Omkar-Darekar/thread_pool_using_C

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.

Language: C - Size: 14.6 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

EliteLabyrinth/College-Assignments

A repository of my college assignments for different papers

Language: C - Size: 7.46 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

abh1-ja1n/SocketQuiz

Language: Python - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

Gurpremm/Multithreaded-Echo-Client-Server-in-C

Language: C - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

ibrahimkarahan47/Socket-Programing

Online quiz program is written with python socket programing

Language: Python - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

saspal02/MultithreadedWebServer

This repository contains multithreaded and singlethreaded webserver with threadpool implementation.

Language: Java - Size: 10.7 KB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Anshuman-02/Network-Protocols-TCP-UDP

Python implementation of TCP and UDP protocols with scripts for client-server communication. Includes a project report detailing the design and functionality.

Language: Python - Size: 189 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

iamonjarvis/Multi-Client-Chatroom

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.

Language: C++ - Size: 2.82 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

RIDWANE-EL-FILALI/FT_IRC

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.

Language: C++ - Size: 1.03 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

alex-00-pixel/Socket-Programing-in-C

This GitHub repository provides a simple implementation of client-server socket programming in C, showcasing both TCP and UDP protocols.

Language: C - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ANSANJAY/NetlinkTLVToolkit

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!

Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ubersandro/RetiDiCalcolatori

Computer Networks course exercises and notes (Unical, fall '21).

Language: Java - Size: 73.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

amansinghbisht029/Chat-Application

A simple chat application using Socket Programming (Networking in Java) to implement Client/Server model.

Language: Java - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AnuragSChatterjee/IoT-Software-Engineering-For-Product-Development-Of-Hospital-Fall-Detection-Capabilities

Worked as a Software Engineer (IoT) in a nascent hardware startup in Singapore. Used Python Socket Programming, Client-Server Communication, TCP Network & Raspberry Pi for product development.

Language: Python - Size: 271 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Harry12901/ComputerNetworks--Project

Topic: ISP

Language: Python - Size: 2.78 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

HectorTa1989/OnDemand-Shortest-Hop-Routing-protocol

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

Language: C - Size: 50.8 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

CodyNeeraj/Socketty-Server

Centralized Server Application Built over Java Sockets API for Hassle free communication over the LAN and bare Internet.

Language: Java - Size: 2.34 MB - Last synced at: 17 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

berkayyildi/JavaSSLTunneling

JavaSSLTunneling

Language: Java - Size: 2.25 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

subhamghimire/Socket-Programming

Socket programming using python and android phone

Language: Python - Size: 138 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ms10596/P2P_Simulation

P2P_Simulation A simulation of a peer-to-peer connection where there are several nodes and each node sends a message to other node. A message consists of a piece of data which is a random number and sender id. The code is written in java using socket programming.

Language: Java - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

raghu25/udpclientserverprogram

Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0