A REST API for cloud embedded board reservation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
John-Mark Gurney a61ca1c0bd mark this as requiring 3.8.. needed for asyncio tests and more.. 3 years ago
bitelab forgot to remove debug prints, add comment about BoardImpl lock.. 3 years ago
fixtures use a configuration file for board setup... 4 years ago
.gitignore Initial work on the API for the lab... 4 years ago
Makefile log the access to stdout for now.. 4 years ago
NOTES.md implement the backend part of exec via websockets.. This should 3 years ago
README.md implement basic reserve/release... need to call the functions to 4 years ago
requirements.txt Initial work on the API for the lab... 4 years ago
setup.py mark this as requiring 3.8.. needed for asyncio tests and more.. 3 years ago

README.md

BITELAB

NOTES

This will only work w/ the sqlite3 backend. The orm package does not properly wrap database errors in a database independant exception. The necessary errors should be caught by the test suite, so supporting other databases should be straight forward to do.