Skip to content

Latest commit

 

History

History

HelloProtobuf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

HelloProtobuf

How to configure Protobuf serializer/deserialzer configuration for messaging.

Common

dotnet tool install --global protobuf-net.Protogen

cd HelloProtobuf/HelloProtobuf
~/.dotnet/tools/protogen *.proto --csharp_out=.

Server

cd HelloProtobuf/HelloProtobuf.Host
dotnet run

Results

Start server.
HelloGrain: None,powerumc

Client

cd HelloProtobuf/HelloProtobuf.Client
dotnet run

Results

Connected.
e8fbb1a9-2333-44fb-8bb0-034e08f48566: Hello None,powerumc