From e9d10113bb6b3b804210cfcd0b3b7230b63e1b54 Mon Sep 17 00:00:00 2001 From: Xiang Dai Date: Mon, 30 Nov 2020 14:34:06 +0800 Subject: [PATCH] Update README Signed-off-by: Xiang Dai --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 8fcc6a0..6569dca 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,3 @@ # Viaduct -The viaduct is a bridge that carries a road across a valley,the valley is the gap between cloud and edge and the bridge is the connection across the gap -# Overview -Viaduct use the protobuf3.0 to serialize message that defined in beehive and provide -apis for connection and message operations -By now, Viaduct has supported websocket(gorilla websocket) and quic(quic-go) as the basic transport protocol - -# TODO -- add ut -- add e2e testing -- add benchmark +This repo is synced from https://github.com/kubeedge/kubeedge/tree/master/staging/src/github.com/kubeedge/viaduct. Code changes are made in that location, merged into kubeedge/kubeedge and later synced here.