-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of protocols that ProtoDef could handle #6
Comments
not a protocol, but binary file formats would be cool as well. My original use-case was the Java Class File Format |
MCPE (see PrismarineJS/node-minecraft-protocol#235) : stateless, directionless protocol. (directionless in the implementation but some packet are only clientBound and serverBound : not sure exactly how to represent that (currently done with a clientBound and a serverBound boolean for each packet)) |
minetest protocol is almost available in a structured form, see https://github.com/minetest/minetest/blob/master/src/network/networkprotocol.h |
https://github.com/clugh/coc-messages Good reason to write a python protodef too. (And I've been thinking that writing protodef in other languages might give some optimization clues) |
would be fun to implement protobuf with protodef https://github.com/mafintosh/protocol-buffers-schema |
I think it's interesting to list some protocols we want Protocols to be able to handle.
Just some ideas of what binary protocols look like, of course we don't have to implement them !
The text was updated successfully, but these errors were encountered: