ebrown17 / NettyProtbuf

A small Netty client and server library for passing messages using google protocol buffers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small Netty library built for sending and receiving google protocol buffers.

For custom protocol buffer data, create a proto file in the folder protobuf_files and run the script generate_proto_files

This will output your custom protocol buffer into the package src.main.java.protobuf

You can create custom Client and Server data handler classes that extend the protobuffer type you just created to use

Using ClientDataHandler and ServerDataHandler as examples

protobufauditor.proto generates JdssAuditor.java. A custom protocol I will be using to send messages to BART platform signs

About

A small Netty client and server library for passing messages using google protocol buffers.


Languages

Language:Java 79.0%Language:Protocol Buffer 20.7%Language:Groovy 0.3%Language:Shell 0.0%