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

Topic: "socket-programming"

thiinbit/gosocket

A simple, lightweight, session, heartbeat socket library written in go language.

Language: Go - Size: 4.63 MB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 18 - Forks: 0

inforkgodara/python-chat-application

It is a simple python socket-based chat application where communication established between a single server and client.

Language: Python - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 18 - Forks: 8

gemblue/PHPWebsocket

Simple PHP Websocket Library / Server for Fun

Language: PHP - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 18 - Forks: 11

nikhilroxtomar/UDP-Client-Server-Program-in-C

A simple UDP Client Server program written in C language

Language: C - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 18 - Forks: 11

PENGZhaoqing/SocketChat

A chat-room implementation with multi-threads and socket programming in 200-lines pyhon

Language: Python - Size: 771 KB - Last synced at: 10 days ago - Pushed at: about 8 years ago - Stars: 18 - Forks: 6

beetlex-io/BeetleX.Light

high performance dotnet core socket tcp/udp communication components

Language: C# - Size: 181 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 17 - Forks: 1

Idov31/UdpInspector 📦

Listing UDP connections with remote address without sniffing.

Language: C++ - Size: 69.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 4

vrikodar/Terminal_chat

Setup a AES Encrypted communication Between two machines Right from terminal

Language: Python - Size: 1.59 MB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 17 - Forks: 6

alphapats/P2P-file-sharing

Language: C - Size: 81.1 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 17 - Forks: 5

lironmiz/network.py-python-course

Introductory course in the field of Server and client side programming in python and also network of the cyber education center from campus.gov.il.

Language: Python - Size: 55.7 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 1

ldilley/tinytcp64

:telephone: x86-64 TCP server written in assembly for FreeBSD and Linux

Language: Assembly - Size: 17.6 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 16 - Forks: 2

kusdavletov/socket-programming-simple-server-and-client

Language: C - Size: 71.3 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 16 - Forks: 10

MartinKondor/TinyChat

💬 Extra small chat client with GUI

Language: Python - Size: 103 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 16 - Forks: 1

TejasTidke/Socket-Programming-TCP-Multithreading

File Server (Upload/Download) Using TCP Sockets using python language

Language: Python - Size: 143 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 16 - Forks: 2

tep/net-peercredlistener 📦

A net.Listener implementation leveraging Unix domain socket features to reliably identify client processes.

Language: Go - Size: 41 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 16 - Forks: 0

nateshmbhat/snakes

A LAN Multiplayer Snake game in C++ . This is a snake game which is a console based game written in C++ to which any number of players in LAN can join and play with their corresponding snakes with smooth synchronization.

Language: C++ - Size: 251 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 16 - Forks: 2

YashSahsani/Multiclient-Reverse-shell

Reverse shell using socket programming in python

Language: Python - Size: 61.5 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 5

deysarkarswarup/ChitChat

A simple group chat Application using Java Socket Programming. A simple GUI demonstration on localhost is shown below... This can be implemented over LAN connected machines by using their IP Address..

Language: Java - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 15 - Forks: 13

ashawe/CNL

SPPU Third Year First Sem - Computer Network Lab Codes + Study Plan

Language: C++ - Size: 381 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 15 - Forks: 5

M-Taghizadeh/PyDOS

Implemetation Denial of services attack with python (socket programming and threading)

Language: Python - Size: 102 KB - Last synced at: 29 days ago - Pushed at: about 5 years ago - Stars: 15 - Forks: 4

kanika2296/client-sever-password-based-authentication-in-python

Implementation of a simple client-server program which will facilitate a client to register itself to the server. It is implemented in python socket programming.A server should keep a table of user-hash(password) entry for each user

Language: Python - Size: 186 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 15 - Forks: 8

sid-ramakrishnan/MiniTCPIPStack

An implementation of a TCP IP Stack starting from Application Layer to Physical Layer. - > OSI Model

Language: C - Size: 40 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 15 - Forks: 5

GazPrash/TinyAPI

🚀 TinyAPI is a minimalistic Rest API Framework for C++ that allows you to build lightweight web applications. Designed to be a bare-bones framework for quickly setting up HTTP Servers or API Clients.

Language: C++ - Size: 1.21 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 14 - Forks: 1

jlokitha/group_chat_app

PlayTech Live Chat is a real-time chat application built with Java and JavaFX, featuring dynamic communication for customer support teams via socket programming. Enhance productivity with multimedia messaging and seamless interaction.

Language: Java - Size: 265 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 14 - Forks: 0

shantanu-ai/P2P-File-sharing

This repository is created as a part of the P2p project for Computer Networks (CNT5106C) at the University of Florida for the Master's in Computer Science program. A simplified P2p network where any number of peers can share any type of file among themselves. Implemented in Java.

Language: Java - Size: 136 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 3

HalilDeniz/CryptoChat

CryptChat: Beyond Secure Messaging 🛡️

Language: Python - Size: 1.44 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 7

vijendra1125/Python-Socket-Programming

Socket programming in python

Language: Python - Size: 1.94 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 14 - Forks: 1

meganindya/btech-assignments 📦

A repository of my BTech assignments for different papers.

Language: Jupyter Notebook - Size: 185 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 4

zeyu2001/pychat

A real-time Python chatroom application with Tkinter GUI

Language: Python - Size: 591 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 14 - Forks: 9

aimproxy/libroomba

Unofficial Roomba C Library for V2 and V3 firmware to control your robot (on LAN)

Language: C - Size: 44.9 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 14 - Forks: 1

BaseMax/BoostAsioChat

Simple Chat Application using Boost Asio, based on Cpp.

Language: C++ - Size: 63.5 KB - Last synced at: 2 days ago - Pushed at: about 6 years ago - Stars: 14 - Forks: 5

deepakgouda/FTP-Implementation

File Transfer Protocol implementation in C

Language: C - Size: 67.4 KB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 14 - Forks: 4

ahmetozlu/tcp_socket_programming_android_client

TCP Socket Programming implementation of client side on Android.

Language: Java - Size: 161 KB - Last synced at: 26 days ago - Pushed at: almost 8 years ago - Stars: 14 - Forks: 10

ShivanshuKGupta/remote

A app which can be used to remotely control presentations

Language: Dart - Size: 910 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 1

zainamir-98/reliable-udp 📦

This is a project I worked on for my Computer and Communication Networks course during my undergrad EE program.

Language: Python - Size: 508 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 13 - Forks: 5

AmjadOmar/Speed-Test

Server and client written in Python 3 and socket to test a bandwidth speed and ping information.

Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 13 - Forks: 2

tk-codes/checkers

Peer-to-peer Checkers game with Java networking (Socket Programming)

Language: Java - Size: 527 KB - Last synced at: over 2 years ago - Pushed at: over 9 years ago - Stars: 13 - Forks: 9

its-Kumar/Python.py

This repository contains all python language programs. Basic as well as advance program in python. such as working with database, file operations, object oriented programming, etc.

Language: Jupyter Notebook - Size: 15.5 MB - Last synced at: 26 days ago - Pushed at: 8 months ago - Stars: 12 - Forks: 10

Shikha-code36/ChatServer_with_Socket_Python

A simple chat server and client project implemented using Python and socket programming

Language: Python - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 12 - Forks: 35

abdulkadir-gungor/Ghost

"Ghost (RAT)" -> Reverse shell and management console for Windows

Language: Python - Size: 6.57 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 12 - Forks: 5

DioBruh/reverse-shell-windows

windows 11, 10 reverse shell

Language: Ruby - Size: 24.4 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 4

mohammadrad81/MafiaMidterm3

Multiplayer Mafia game, implemented by socket programming in java

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

smaugx/mux

Modern C++ network programming library for Linux.

Language: C++ - Size: 15.1 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 12 - Forks: 2

mhezarei/bittorrent-python

A BitTorrent-like network written in python

Language: Python - Size: 2.01 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 12 - Forks: 3

alexander-scott/MultiplayerProject

Real-Time Multiplayer Game featuring an authoritative server, lobby system and efficient serialisation.

Language: C# - Size: 1.45 MB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 12 - Forks: 4

hardikrana11/Operating-systems--LAB

Codes pertaining to OS Lab for Course CO254 - Operating Systems[CSE NITK SEM-4]

Language: C++ - Size: 119 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 12 - Forks: 2

PantalonOrange/SendObjects-IBMi

Sending objects between IBMi's with client-server application (with tls-encryption)

Language: RPGLE - Size: 663 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 11 - Forks: 7

sueszli/osue Fork of osue-tuwien/exercises

solutions to the operating systems course at the tu wien

Language: TeX - Size: 28 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 11 - Forks: 4

ayan2809/Go-Back-N-ARQ-

Go Back N ARQ in Python

Language: Python - Size: 296 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 5

0x1nf3cted/updog

Updog is a chat app in c

Language: C - Size: 687 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 6

Eleven-am/pondLive

PondLive is a lightweight, and easy to use serverside only web framework, leveraging the power of PondSocket to create a simple, yet powerful, SPA framework.

Language: TypeScript - Size: 3.68 MB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

Kavithma-Thushal/ChatApplication

Chat Application via Client-Server Architecture (Socket Programming Coursework)

Language: Java - Size: 54.9 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 11 - Forks: 0

KhaledAshrafH/FTP-Client-Server-Application

This is a implementation of a FTP (File Transfer Protocol) client-server application using Java sockets. The client can connect to the server, login with username and password, and download files from the server. The server can handle multiple clients and authenticate them using a file that stores the authorized users and their passwords. The serve

Language: Java - Size: 46.6 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 11 - Forks: 5

proxykingdom/proxy-client

The Proxy Client library allows the user to send and receive requests over Http, Socks4/4a/5 proxies.

Language: C# - Size: 227 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 1

innovatorved/Peer-2-Peer-videocall

A WebRTC implementation of Peer to Peer videocall for desktop

Language: JavaScript - Size: 246 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 11 - Forks: 1

countvajhula/dummyclientserver

A dummy TCP client and server application.

Language: C++ - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 11 - Forks: 6

gszfwsb/ArtisticCloudBlog

Artistic Neural Style Transfer Software for DIY Stylized images and videos creations.

Language: Python - Size: 252 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 11 - Forks: 4

Gydo194/server

C++ TCP server with callbacks

Language: C++ - Size: 124 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 11 - Forks: 1

ujjalacharya/bell-notification-mern

A boilerplate code to implement bell-notification on MERN stack application

Language: JavaScript - Size: 1.06 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 1

HarshVaragiya/Chat-Application

A Chat Application In Pure Python with 256-Bit AES Encryption.

Language: Python - Size: 1.48 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 5

priyendumori/Mini-Bit-torrent

Peer-to-peer file sharing system implemented using socket programming and multithreading in C++. Peers can upload and download text and multimedia files using custom format for torrent files called .mtorrent file.

Language: C++ - Size: 81.1 KB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 11 - Forks: 4

ajayrandhawa/Socket-Programming-C

A socket is the mechanism that most popular operating systems provide to give programs access to the network. It allows messages to be sent and received between applications (unrelated processes) on different networked machines.

Language: C - Size: 118 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 11 - Forks: 9

murielK/TCPMessenger

TCPMessenger is a lightweight and simple Android library to send and receive tcp messages.

Language: Java - Size: 128 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 5

Graffioh/chatlingo

Client-Server chat app that translate automatically messages based on chosen languages made for Operative Systems lab exam

Language: C - Size: 220 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 10 - Forks: 0

Kavithma-Thushal/SocketProgramming

This is learning about Introduction of Java Socket Programming in GDSE66

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

Sandun-Induranga/Chat-Application

Java Socket Programming

Language: Java - Size: 4.85 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 1

nikhilroxtomar/UDP-Client-Server-implementation-in-C

A simple implementation of the UDP (User Datagram Protocol) client-server program in the C programming language.

Language: C - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 6

shreybatra/Go-Chat-CLI

A simple CLI tool implementing a low level PUB/SUB system in Golang.

Language: Go - Size: 317 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 0

mrchocha/Audio-Streaming-in-C

Audio streaming using customized protocol to stream the audio from server to client with added reliablity.

Language: C - Size: 58.6 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 3

avijit1258/ChatApplicationJava

Multi-client Chat Application over local area netword using basic java socket programming for beginners

Language: Java - Size: 95.7 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 18

a-luna/async-file-server

Light-weight, cross-platform (NET Core 2.1) C# Asynchronous file server and text messaging platform. Utilizes custom extension methods which wrap asynchronous TCP socket method pairs, providing the benefits of the Task Parallel Library (TPL) to socket programming.

Language: C# - Size: 962 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 10 - Forks: 7

kishore-ganesh/Peerify

A WIP implementation of a Peer to Peer File Sharing Network in C++

Language: C++ - Size: 1.41 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 10 - Forks: 1

ajb413/python-socket-demo

Socket programming demo with native Python and also PubNub.

Language: Python - Size: 1.95 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 13

williamchanrico/cpp-syn-scan-network

C++ program (using libtins) to scan whether some ports are open by sending SYN packets to all IP(s) in a network

Language: C++ - Size: 136 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 3

Ehsan-Habibagahi/YouTube-Clone Fork of MehrdadShirvani/YouTube_Clone

Desktop YouTube Clone Application | Front-end & Back-end

Language: Java - Size: 28.6 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 9 - Forks: 0

mehdieidi/tunelo

tunelo encrypts and tunnels UDP traffic (e.g. WireGuard) over a transport protocol like websocket or TCP. Helping to use VPNs in restricted areas.

Language: Go - Size: 4.93 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 2

KnightChaser/goTCP

A simple CLI based multiuser chatting app with GO TCP socket, based on the client-server model

Language: Go - Size: 8.88 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 2

nickproud/Easy-TCP-Server

An easy-to-implement TCP server which handles incoming TCP data from multiple clients via 'channels' of connections between the clients and the server.

Language: C# - Size: 166 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 2

amirhnajafiz-presentations/c-server-client

Operating Systems lab presentation: Client Server.

Language: C - Size: 41 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 0

Sid200026/Misc-Programs

Python, C and C++ Programs

Language: HTML - Size: 60.9 MB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 4

themisvaltinos/TCP-Client-Server

Multithreaded TCP Client/Server implementation in C++

Language: C++ - Size: 16.6 KB - Last synced at: 23 days ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 2

innovatorved/contkt

A Web based Communication Plateform Online realtime Chat App

Language: JavaScript - Size: 597 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 0

Pekwerike/ZipBolt

A lightweight super-fast wireless file sharing application built on WiFi Peer-to-Peer technology.

Language: Kotlin - Size: 2.51 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 2

sahandkhoshdel99/Computer-Networks

Includes Final Project (Python), Wireshark Labs, and Theoretical HWs

Language: Python - Size: 5.96 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

amazingchow/awesome-tcp-ip-learning-materials

Sharing valuable knowledge about TCP/IP.

Language: Python - Size: 7.93 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

Goutam1511/Socket-Programming-with-C

Simple programs containing Socket Programming with C

Language: C - Size: 21.5 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 7

hmansh/computer-networks-lab

assignments from the computer network labs. Socket Programming

Language: C - Size: 35.2 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 6

gabrieledarrigo/ducky

A quack quacky UDP cache server 🦆 developed for the Networking course of "Sicurezza dei Sistemi e Delle Reti Informatiche" bachelor's degree program.

Language: C - Size: 117 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 0

ScorchingShade/AuraChat

A Real time video meet and chat application based on WEB RTC

Language: JavaScript - Size: 33.2 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 0

D0ub1ePieR/RawSocketPortScan

利用connect、tcpsyn、tcpfin、udp实现端口扫描,使用socket

Language: C++ - Size: 161 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 5

git-akshat/NP-Lab

This repository contains programs implemented in Network Programing Lab in my 7th semester of SIT(VTU).

Language: C - Size: 17 MB - Last synced at: 6 months ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 11

frhnfrq/JRocket

Event-driven Socket library for Java

Language: Java - Size: 266 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 2

danisfermi/chat-based-file-transfer

Chat based peer-to-peer file transfer

Language: Python - Size: 2.36 MB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 4

sug0/irc-cpp

Simple C++ IRC bot implementation (with optional ssl connections)

Language: C++ - Size: 30.3 KB - Last synced at: 2 months ago - Pushed at: almost 8 years ago - Stars: 9 - Forks: 2

harismuneer/Online-Voting-System-TCP

🗳️ An online vote casting system using TCP multi-threaded client-server program. The voters will log on from client systems and cast their votes.

Language: C - Size: 48.8 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 8 - Forks: 11

rodyherrera/Cinastra

Cinastra is a private and temporary messaging web service that allows you to interact with people around the world through rooms, you can create the rooms that you want in an unlimited way and with unlimited users within them, everything that is spoken will not be saved in the cloud or in some database, everything is stored at runtime.

Language: JavaScript - Size: 395 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 8 - Forks: 1

hctilg/wifi-cracker

Just a simple tool for cracking WiFi

Language: Python - Size: 19.5 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 8 - Forks: 1

Emoncr/Property-Sale

'Property Sale'! 🏡 is a real estate website which Built on MERN stack with real-time chat functionality using Socket.io. A platform where you can buy, sell, or rent properties.

Language: JavaScript - Size: 1.38 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 8 - Forks: 3

sondosaabed/Socket-WebServer-Networking-Project

TCP and a simple web server. Implementations and documentation with socket programming concepts

Language: HTML - Size: 28.3 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

emrecpp/PacketHandler

Send, recv, encrypt, decrypt, compress data as Packet and send it with socket for Python. You will be able to manage socket communication easily and comprehensibly using this package.

Language: Python - Size: 123 KB - Last synced at: 27 days ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 0