250 skills found · Page 7 of 9
hnimminh / RedfsPython3 Client for FreeSWITCH Event Socket Protocol
vanceb / Gps OwntracksA socket server that accepts TCP connections from cheap Chinese GT-02 (GT-06 protocol) GPS tracker and passes MQTT messages using the owntracks ( http://owntracks.org ) format
bayeggex / MicroCraft ESP32Running a Minecraft server on a $5 IoT chip. Zero external libraries, pure raw socket protocol manipulation, and a dynamically generated 1-block universe in 520KB of RAM
sthapa123 / Video Conference SystemA simple implementation for a peer-to-peer video conference system for windows that using UDP and TCP protocols to send and receive video. It's a good practice on socket and multithreaded programming and dealing with camera for real time applications.
NitinVadadoriyaa / NetworkSecurityProtocols CppThis repository contains all basic to advance level cryptography protocols code in c++ with socket programming.
viniciusfinger / Java ChatA chat app for terminal using Java with communication between network sockets using the TCP protocol. 💬☕️
dncck / Net.odincomprehensive network library for building network applications in Odin, providing a high-level interface for handling network sockets and protocols
KhaledAshrafH / FTP Client Server ApplicationThis 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
jacob-baines / FuzzfacePCAP to socket protocol fuzzer
autohack / SftpFile Transfer Protocol (FTP) using Client-Server socket programming
anki24 / Video Streaming With RTSP And RTPSocket Programming in Python for video streaming with RTSP and RTP protocols.
little-core-labs / Secure Rpc ProtocolSecure rpc-protocol over any duplex socket using noise-protocol
kousikr26 / HermesHashed, Encrypted and Ratched MESsaging : An asynchronous end to end encrypted messaging socket application based on the signal protocol
lleo / Node FrapA Socket wrapper that provides simple framing protocol
Crznic / CrznicA "custom" layer 4 protocol for raw socket communication on linux. Golang library.
bcoin-org / BsockMinimal implementation of the socket.io protocol.
arrivets / Tmsp EvmLightweight EVM application for Tendermint Socket Protocol
scriptsdk / CSharp ScriptSDK LegacyScriptSDK is an advanced extension written in .NET. The framework is based on a local tcp socket protocol library written by maxwell and extend the provided architecture by additional methods and handlers.
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.
Adhesh148 / BaBbLeA simple chat room application built using socket programming concepts and TCP protocol. The client-side UI is made using PyQt5.