549 skills found · Page 13 of 19
insanemainframe / Pyglet RpgPython multiplayer game, using pyglet and non-blocking sockets
shendo / PeerzP2P python library using ZeroMQ sockets and gevent
reider-roque / Packet SnifferPython raw sockets packet sniffer
zeph7 / EnticeAn Encrypted Chat Application developed in Python using sockets and RSA algorithm
Yummo8 / Python Socket ChatNo description available
anishvedant / End To End EncryptionEnd-to-End Encryption with Python Socket Communication This Python project demonstrates end-to-end encryption (E2EE) using the x25519 key exchange protocol and AES encryption for secure communication between a client (Alice) and a server (Bob) over a socket connection.
dnutiu / Python NetworkingExperimenting with sockets in Python.
enzolouis / Pyqt Socket ChatLAN Chat app with Python & Socket
eerne / PdsocketPython socket connection for Pure Data
mrhxz / DDos基于Scapy DDoS攻击 涉及知识:1:使用Scapy实现SYN数据包:2:Python中argparse的用法:3:Python中socket的用法:4:使用socket实现客户端与服务器
s3rius / AlarmixAlarm clock based on Unix-sockets and python.
jacopo-degattis / SpotifywsA spotify web socket wrapper written in python
kilon / AtlasA Python bridge (IPC - stream sockets) for Pharo, allowing Pharo to use Python libraries , mix with Python code and vice versa
josethz00 / Distributed Like CounterDistributed Like Counter built with Redis, Python, FastAPI, PostgreSQL, RabbitMQ and TCP sockets
altuntasfatih / P2p Chat Applicationİt is a peer to peer chat application . it's developed on python with socket library
RichM1216 / Communication SystemBuilds a simple platform for real-time communication, enabling message exchange over Python socket programming with support for chat-style interactions.
asmaaadel0 / RSACryptography project includes communication between sender and receiver with RSA encryption algorithm and breaking it with CCA (chosen cipher attack) and mathematical attack using python socket.
vinaychawla11 / Image Encryption Using Elliptic Curve Cryptography And Exchange Using Web SocketsThis is my final year project along with 2 of my peers, which uses AES-256 along with Elliptic Curve key generation and sharing to encrypt images. It uses what is known as Elliptic Curve Integrated Encryption Scheme. It is coded in Python and uses web socket to share images between 2 clients. It encrypts the image before sending and decrypts it on the receiver side using the above mentioned scheme.
Ddhruv-IOT / Video Socket StreamingStream live video using Python sockets over the local network. It allows the sender and the receiver to stream video while connected to the same network. In this case, for the sake of simplicity, only one-way video sharing is developed, such that if person A is the sender so in that case, person B will be the receiver.
lucid281 / PyEfipyEfi is a set of python tools in cli form used to gather data from Megasquirt ECU's via the serial interface, store and publish that data via a Redis unix socket, then display and process that data in different ways.