Update README.md

This commit is contained in:
2025-10-11 21:59:37 +01:00
parent 23621454a7
commit bedb791c2a

View File

@@ -1,2 +1,24 @@
# .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.
---
# Footnote
This project is a part of my A-Level computer science scholarship work, and may not be maintained.