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

Consider adding a simulator #252

Closed
achow101 opened this issue Jan 12, 2019 · 1 comment
Closed

Consider adding a simulator #252

achow101 opened this issue Jan 12, 2019 · 1 comment

Comments

@achow101
Copy link
Contributor

Please consider adding a Digital Bitbox simulator. It would allow for projects implementing support for the bitbox to have a way to run automated tests.

I don't think this would be very hard to do. The api tests already use the bitbox firmware as a library and can send commands and get responses back. A simulator would just need to wrap that library and just forward the data to and from the outside world to the library functions. It could have an external interface using a UDP socket.

@achow101
Copy link
Contributor Author

I've made a proof of concept simulator here: https://github.com/achow101/mcu/blob/simulator/tests/simulator.c.

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

No branches or pull requests

1 participant