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

Daemon-Client Mode #1

Open
scottmmjackson opened this issue Jul 31, 2019 · 0 comments
Open

Daemon-Client Mode #1

scottmmjackson opened this issue Jul 31, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@scottmmjackson
Copy link
Owner

https://old.reddit.com/r/homeautomation/comments/cjux2y/seeing_this_at_work_threw_me_back_to_1998/evkq5aa/

Commenter in this reddit thread with no github account suggests a daemon-client mode. This is smart. Due to the use of bit banging and the lack of a facility for locking the serial device, it's probable that multiple calls of the standalone tool could cause garbage to be sent to the serial device.

I've been looking for an opportunity to try out https://capnproto.org/ which has decent support on Rust. However, I may end up using protocol buffers simply because I have experience working with them. Finally, I may also just use a Hyper-based HTTP server as that could make things easier for folks trying to integrate with home automation systems such as HomeAssistant.

@scottmmjackson scottmmjackson added the enhancement New feature or request label Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant