Skip to content
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

Extendable protocol needed. #8

Open
morrone opened this issue Aug 5, 2011 · 0 comments
Open

Extendable protocol needed. #8

morrone opened this issue Aug 5, 2011 · 0 comments

Comments

@morrone
Copy link
Member

morrone commented Aug 5, 2011

We really should have a protocol that is extendable, allowing new fields to be reported without breaking compatibility with older clients. Adding a new protocol version for every new item of data we want to add will be quite cumbersome.

A simple way to improve the current semi-colon separated fields would be to have a field count at the beginning of every group of fields. Then we could add new fields to the end of groups without breaking compatibility with older clients. Older clients wouldn't be able to display the new fields, of course, but all of the old info would still be valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant