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

Get basic end-to-end system hanging together #1

Closed
zachgoldstein opened this issue Jul 5, 2019 · 1 comment · Fixed by #7
Closed

Get basic end-to-end system hanging together #1

zachgoldstein opened this issue Jul 5, 2019 · 1 comment · Fixed by #7
Assignees

Comments

@zachgoldstein
Copy link
Owner

High level:

  • A control process runs and expose an endpoint over the network
  • A python process runs and controls lights based on endpoint
  • Both processes run on a raspi

Each process should:

  • Start at startup as a daemonised or otherwise long-running process
  • Restart itself if it crashes
  • Write logs to file

Quick tests in ./audio_test.py show how to quickly find lights on the network and control them based on audio input.

@zachgoldstein
Copy link
Owner Author

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

Successfully merging a pull request may close this issue.

1 participant