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

Adds Protobuf + ZeroMQ Networking Example #47

Merged
merged 1 commit into from
Feb 12, 2017
Merged

Conversation

daniel-j-h
Copy link
Collaborator

Simple Pub-Sub example:

  • Publisher polls scans from device, encodes them as Protobuf messages, sends them out.
  • Subscribers connect to publisher, decode messages, print to stdout.

I wanted to see how hard it would be to pull this off and at the same time provide additional examples. Maybe it helps.

See #12, #13.

References:

@daniel-j-h
Copy link
Collaborator Author

Merging this. @kent-williams @dcyoung do we still need to think about #13 or can this example be a starting point for users? Do we have to support a networking solution out of the box? (If not please close the issue and reference this Protobuf + ZeroMQ example

@daniel-j-h daniel-j-h merged commit 96c566f into master Feb 12, 2017
@daniel-j-h daniel-j-h deleted the example-net branch February 12, 2017 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant