用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
- Updated
Oct 24, 2024 - C
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
An example about working with raw sockets under GNU/Linux
SystemVerilog DPI "TCP/IP Shunt" (System Verilog/SystemC/Python TCP/IP socket library)
A simple TCP client-server program written in C. In this program the client read a file and send its data to server. The server then receives the data and write it in a text file.
An implementation of TCP client-server architecture in the C programming language, where both the client and server can communicate with each other.
lwIP TCP/IP Stack and FreeRTOS runs on STM32 F7 Series microcontroller
ESP32 with TFT display as small weather station displaying local and internet weather data
HOWTO: TCP connection repair
AsyncWebServer for STM32 using builtin LAN8742A Ethernet. This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet. Now support using CString to save heap to send very large data
File Transfer Using TCP Socket in C | Socket Programming
Tcp socket written to send send a file from one side to other end using tcp raw tcp socket.
Windows Kernel <-> User mode socket communication made for "Mingw64 Driver Plus Plus".
TCP simplified implementation with congestion control and congestion avoidance.
🗳️ An online vote casting system using TCP multi-threaded client-server program. The voters will log on from client systems and cast their votes.
Application Layer Protocol Definition / Binary Serialization Toolset
Networking Lab Programs for S6 KTU Lab
This repository contains all my work from Computer Network Lab
A simple TCP client-server program, where server in written in C programming language while the client is written in Python programming language.
Add a description, image, and links to the tcp-socket topic page so that developers can more easily learn about it.
To associate your repository with the tcp-socket topic, visit your repo's landing page and select "manage topics."