Remove outdated documentation
This commit is contained in:
10
README.md
10
README.md
@@ -2,20 +2,14 @@
|
||||
|
||||
A mono repository containing all the homebrew collectors and REST APIs running on the local server. See it in action [here](https://valkendaal.duckdns.org).
|
||||
|
||||
|
||||
## Project Directory
|
||||
|
||||
|- `.vscode` => A folder with Visual Studio Code IDE specific files, for developing this project </br>
|
||||
|- `docs` => A folder housing all the documentation files (`*.md`) </br>
|
||||
|- `include` => A folder housing all the header files used by the source files in `src/` </br>
|
||||
|- `script` => A folder with handy bash scripts to create and migrate databases </br>
|
||||
|- `src` => A folder with all the source files of the different projects that require compilation </br>
|
||||
|- `systemd` => A folder with example systemd service files for the servers </br>
|
||||
|
||||
## Miscellaneous
|
||||
|
||||
A few benchmarks have been done for the solar-server project, which can be found [here](docs/BENCHMARK.md).
|
||||
|
||||
## Dependencies
|
||||
|
||||
### Runtime (server)
|
||||
@@ -23,7 +17,7 @@ A few benchmarks have been done for the solar-server project, which can be found
|
||||
- .NET 6, [website](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
|
||||
- Curl: the multiprotocol file tranfser library, [website](https://curl.haxx.se/libcurl/)
|
||||
- GNU Make, [website](https://www.gnu.org/software/make/)
|
||||
- Pistache: an elegant C++ REST framework, [website](http://pistache.io/)
|
||||
- Libfmt, [website](https://github.com/fmtlib/fmt)
|
||||
- Spdlog, [website](https://github.com/gabime/spdlog)
|
||||
- Sqlite3: a small SQL database engine, v3.39.2, [website](https://www.sqlite.org/index.html)
|
||||
|
||||
@@ -48,4 +42,4 @@ solar-logger --connection-string "/mnt/data0/log/solarpaneloutput.db" -u "http:/
|
||||
|
||||
```bash
|
||||
electricity-logger -d /dev/ttyUSB0 --connection-string /home/pi/logs/electricity.logs
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user