# stdnet **Repository Path**: xcdh42/stdnet ## Basic Information - **Project Name**: stdnet - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-15 - **Last Updated**: 2024-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Standard C++ Networking Demo implementation of C++ networking based on the [Networking TS](http://wg21.link/n4771.pdf) and the [sender/receiver for networking proposal](http://wg21.link/p2762). ## Building The implementation requires [stdexec](https://github.com/NVIDIA/stdexec) for the implementation of the sender library. It may need to be cloned into the root directory: git clone https://github.com/NVIDIA/stdexec When using the `Makefile` the repository should be cloned automatically.