-
Notifications
You must be signed in to change notification settings - Fork 94
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
Adding example for unix domain events-based integration #50
base: main
Are you sure you want to change the base?
Conversation
Should I revert the events on changes, or keep the new library? (DeepDiff) |
Steps to set up integration from hailo side:
|
Hi @OriNachum, I will add a new "community examples" directory in which you will be able to add your code. This way it will be much simple for me to approve your PR without worrying that it breaks something else. |
Thank you! I appreciate the time and thought put into this. |
I see you have added community project (NeoPixel). |
…n with uptime tracking
…e object visibility handling
…age sending logic
…and update visibility handling
@giladnah, I moved all code and docs to the relevant folder. I still need to re-run everything and validate all again, but if you have some basic requirements, special tests or docs structure you expect - I can add. |
Currently, in order to integrate Hailo in my app, I need to take an example, and bring my code to it.
It means I need to use the customized setup, etc.
This example allows for setting up Hailo as a separate app, then listen on its events stream and react.
This is an initial, working example
(Copying disclaimer from another PR)
Disclaimer:
I am not the owner or maintainer of this project.
I'm open to feedback and further modifications if needed.
This PR comes to address growing need by developers for a clean and smooth integration between their existing app and Hailo.