network-communication

There are 34 repositories under network-communication topic.

  • Meoqan/Vaser

    Vaser is a powerful high performance event based network engine library for C# .Net. It’s possible to start multiple servers in one program and use the same network code for all servers. In the network communication are all strings are omitted, instead it is based on a unique binary identifier, which the CPU and memory relieves massively.

    Language:C#31333
  • SkypLabs/pyhdlcontroller

    Python HDLC controller

    Language:Python174121
  • tommasobertoni/Iris.NET

    TCP-based, Pub/Sub C# library.

    Language:C#10576
  • IJVM

    HongyuHe/IJVM

    πŸ–₯️ An instruction set architecture (a subset of the JVM assembly language) used in the Java platform.

  • fabian-hk/Secure-Two-Party-Computation

    Python implementation of the TPC protocol from the paper "Authenticated Garbling and Efficient Maliciously Secure Two-Party Computation"

    Language:Python5100
  • giannisdravilas/FTP-implementation-over-TCP

    πŸ—ƒοΈ C++ low-level implementation of an FTP (File Transfer Protocol) server-client connection over Transmission Control Protocol/Internet Protocol (TCP/IP) using the Linux Programming Interface.

    Language:C++4101
  • LorenData/ECGrid-API

    Loren Data ECGrid API Version 4.1 Documentation.

    Language:C#4582
  • rcasanovan/JSockets

    Java library to encapsulate Sockets for network communication

    Language:Java4300
  • AMON1337/SO_Projeto_2223_Fase3_2048619_2049919_2034117

    Our project is a Nightclub Simulator. Using C and Linux, we achieved an authentic nightclub experience by implementing concurrency, synchronization, and communication.

    Language:C310
  • forever2077/php-helper

    A feature-rich PHP helper library designed to offer helpful utilities across various domains like data processing, network communication, and identity authentication. Fully compatible with PHP 8.1 and available under the MIT license.

    Language:PHP3100
  • caizhengxin/jppe-rs

    This is a Rust-based implementation of byte stream structured serialization/deserialization general library, can be applied to network packet parsing, network packet group package, network communication, file content parsing, etc.

    Language:Rust2100
  • Captain-ALM/C-ALM-VOIP

    This is the C-ALM VOIP application that uses CALM Client and Server, CALM Worker Pump and NAudio as its back ends.

    Language:Visual Basic .NET2171
  • codershiyar/kawasaki_robot_udp_tcp

    A comprehensive guide and example code to establish UDP communication between a PC and a Kawasaki robot.

    Language:AngelScript1
  • Nikoletos-K/Disease-Monitor

    πŸ¦ πŸ’‰ System that accepts, processes, records and answers questions about cases of viruses πŸ§¬πŸ’Š

    Language:C1100
  • Additel-Code/Additel-Device-Communication

    Instructions and Examples to Help you Connect to Additel Devices with 3rd Party Software

    Language:Python0100
  • aliciusschroeder/json_segments

    A robust C library for efficient segmentation and reassembly of large JSON objects in IoT and resource-constrained environments. Ensures data integrity and efficiency in network communication.

    Language:C0100
  • MrWallyE/Arceus

    A209 Engineer-Robotic Laboratory Summer Task(2018)

  • Narumikazuchi/Networking

    This library declares some common interfaces for my implementations of Client-Server communication.

    Language:C#0100
  • Narumikazuchi/Networking.Sockets

    Implements the a basic Client-Server communication model through the use of sockets. The communication is handled over TCP. Both server and client classes can transfer raw bytes or can be used as generic.

    Language:C#0100
  • newtein/RTT_Analysis

    Research Project | A study of active fingerprinting of hosts in an institutional network.

    Language:Jupyter Notebook0200
  • oqadiSAK/simplified-dropbox

    A simplified version of Dropbox implemented as a multi-threaded server-client application. This project focuses on directory synchronization, file tracking, and real-time updates, providing a basic Dropbox-like experience.

    Language:C0100
  • Prajna-Ramamurthy/Chat-Room-Using-Socket-Programming

    Computer Networks Assignment

    Language:Python00
  • ryccoatika/simple-socket

    Android library for communication between application through local network

    Language:Kotlin00
  • spkl/CLI.IPC

    A .NET library that helps you implement a client/server architecture for command line interface applications.

    Language:C#0110
  • TshibandaMuks/Group_Chat_using_Python

    This is a group chat which I created using Python and some socket programming principles, for me and my friends to use. To work all users must be connected to same WIFI. Read the ReadMe for more information.

    Language:Python00
  • ZZwarn1998/ImgCoSys

    A simple Image Compression System which has the function of network communication.

    Language:Python0100
  • AzzyCode/tcp-server-client-cpp

    A simple TCP/IP server and client implementation in C++ for enabling basic network communications using sockets.

    Language:C++
  • beyzanc/socket-programming

    A primer on socket programming and multi-threading for efficient network communication.

    Language:Python
  • ChargedMonk/Server-Client-communication-using-UDP-Protocol

    Project for my Computer Networks course CSL334 - server & client following UDP protocol to fetch records from college management database.

    Language:Python10
  • ksheersagaragrawal/surveillancerobot

    The IOT Sentry Rover, based on STM-32, integrates sensor fusion, a robust communication protocol, and advanced embedded systems for wide-range controllability.

    Language:C201
  • kyleruss/jsock-core

    A network message passing library

    Language:Java20
  • mansstiv/System-Programming

    πŸ’»πŸ’‰ Projects for the course of System Programming. Gained knowledge on multithreading, inter process communication (named pipes), low-level I/O and network communication (Server-Client model).

    Language:C10
  • pateldevang/Error-Detection-Parity-in-C

    Implementation of Error Detection parity method in C.

    Language:C201