Categorygithub.com/kubedge/kubesim_base/grpc/go
modulepackage
0.1.24
Repository: https://github.com/kubedge/kubesim_base.git
Documentation: pkg.go.dev

# README

Rebuild

Generation

go version
go help gopath
export PATH=$PATH:$GOPATH/bin
go get -u google.golang.org/grpc
go get -u google.golang.org/grpc
go get -u github.com/golang/protobuf/protoc-gen-go
sudo apt  install protobuf-compiler
protoc -I proto/ proto/kubedge.proto --go_out=plugins=grpc:go
  • Do not forget the plugins=grpc otherwise you will be missing code

On server:

go run kubedge_server/main.go

On client:

go run kubedge_client/main.go

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The request message containing the protocol name.
The response message containing the protocol or network.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is for request from UE ( bluetooth/wifi ).

# Interfaces

KubedgeClient is the client API for Kubedge service.
KubedgeServer is the server API for Kubedge service.