23 lines
696 B
Markdown
23 lines
696 B
Markdown
# .profile
|
|
|
|
A continuous delivery software stack for microcontollers with bluetooth capabilities.
|
|
|
|
# Project structure
|
|
|
|
Each repo holds a different aspect of the stack:
|
|
|
|
## OTA Library
|
|
The library to manage firmware updates on the microcontoller.
|
|
|
|
## Updater Web Library
|
|
The library to manage the sending of firmware to the microcontoller, and to check the software version from the chosen server.
|
|
|
|
## Software Release
|
|
An example of how the software versions could be released, used here for testing the stack.
|
|
|
|
## Updater App
|
|
An example usage of the web library for testing the library.
|
|
|
|
---
|
|
|
|
This project is a part of my A-Level computer science extracurricular work, and may not be maintained. |