-
Notifications
You must be signed in to change notification settings - Fork 14
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
add multi client examples #147
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it worked just fine!
For the client_geoimage
example, I was never able to get synchronized data. Perhaps it was because I was running it on my local PC. Recommend loosening the constraint for the stamp_diff.
On another note, for the multi_client_subscriber
example, I think it would be nice to print the messages received instead of printing that a message was received (or maybe printing both).
the terminal gets too cluttered |
Add a couple of examples showing how to use multiple clients:
Goes with farm-ng/amiga-dev-kit#200