From a26542da39df3fb7fcc09b467ed5172e6eac8df8 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Thu, 1 Jun 2023 23:10:01 +0200 Subject: [PATCH] readme: add references --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e77cef1..b4a8665 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,15 @@ This section contains some advanced explanations that are not complete and might ## License GNU General Public License v3.0 + +## References + +This project uses: + +- [WebRTC library libdatachannel](https://github.com/paullouisageneau/libdatachannel) +- [Raspberry PI libcamera](https://github.com/raspberrypi/libcamera) +- [RTSP live555](http://www.live555.com) +- [FFmpeg](https://ffmpeg.org/) +- [C++ helper magic_enum](https://github.com/Neargye/magic_enum) +- [C++ JSON nlohmann](https://github.com/nlohmann/json) +- [HTML from ESP32 Cam WebServer](https://github.com/easytarget/esp32-cam-webserver)