mirror of
https://github.com/openharmony/communication_t2stack.git
synced 2026-07-01 18:23:40 -04:00
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
## Description
|
## Description
|
||||||
t2stack is a collective name for the simplified network protocol stack and its supporting middleware for intelligent terminal scenarios. It mainly provides three core capabilities: file transmission, audio and video stream transmission, and device discovery, while being compatible with various operating system platforms.
|
t2stack is a collective name for the simplified network protocol stack and its supporting middleware for intelligent terminal scenarios. It mainly provides three core capabilities: file transmission, audio and video stream transmission, and device discovery, while being compatible with various operating system platforms.
|
||||||
|
|
||||||
File transfer capability: Mainly for file sharing and cloning scenarios, compared with the Linux kernel protocol stack used before the application, the innovative protocol of t2stack can provide higher bandwidth utilization and lower latency than TCP in the WIFI environment, and provide a variety of optimizations in file transfer, such as large and small file collaboration, small file packaging and other purposes.
|
File transfer capability: Mainly for file transfer, and provide a variety of optimizations in file transfer, such as large and small file collaboration, small file packaging and other purposes.
|
||||||
|
|
||||||
Streaming capability: Mainly for video streaming and audio streaming scenarios, it implements three competitive solutions, including semi-reliable transmission, adaptive bandwidth evaluation bitrate, and dynamic caching for weak network detection, to optimize user experience.
|
Streaming capability: Mainly for video streaming and audio streaming scenarios, it implements three competitive solutions, including semi-reliable transmission, adaptive bandwidth evaluation bitrate, and dynamic caching for weak network detection, to optimize user experience.
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# t2stack
|
# t2stack
|
||||||
|
|
||||||
## 简介
|
## 简介
|
||||||
t2stack是面向智能终端场景的极简网络协议栈及其配套中间件的统称,主要提供文件、音视频流以及设备发现三大核心能力,且适配多种操作系统平台;同时,也属于软总线下面的关键传输、设备发现模块,在华为分享,克隆,cast+场景提供了关键能力。
|
t2stack是面向智能终端场景的极简网络协议栈及其配套中间件的统称,主要提供文件、音视频流以及设备发现三大核心能力,且适配多种操作系统平台;同时,也属于软总线下面的关键传输、设备发现模块。
|
||||||
|
|
||||||
文件传输能力:主要针对文件分享和克隆场景,与应用之前使用的Linux内核协议栈相比,使用t2stack私有的创新型协议,可以提供在WIFI环境下比TCP更高的带宽利用率和更低的时延,并在文件传输中提供多种优化,如大小文件协同、小文件打包等用途。
|
文件传输能力:提供文件传输基本能力,并在文件传输中提供多种优化,如大小文件协同、小文件打包等用途。
|
||||||
|
|
||||||
流传输能力:主要针对视频流、音频流传输场景,实现半可靠传输,自适应丢掉非关键帧,避免传输阻塞、带宽评估码率自适应、弱网检测动态缓存等三大竞争力方案,优化用户体验。
|
流传输能力:主要针对视频流、音频流传输场景,实现半可靠传输,自适应丢掉非关键帧,避免传输阻塞、带宽评估码率自适应、弱网检测动态缓存等三大竞争力方案,优化用户体验。
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user