From c3759076da9168c18c1cdd3469087d79ae0a0aa9 Mon Sep 17 00:00:00 2001 From: Anatoli Arkhipenko Date: Tue, 2 Jun 2020 11:34:39 -0400 Subject: [PATCH] Readme updates --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 7c1427a..0d0d27e 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,32 @@ I was able to run multiple browser windows, multiple VLC windows and connect mul This is incredible considering the size of this thing! The camera on ESP-EYE is actually quite good. ### Enjoy! + + + +------ + +##### Other repositories that may be of interest + +###### ESP32 MJPEG streaming server servicing a single client: + +https://github.com/arkhipenko/esp32-cam-mjpeg + + + +###### ESP32 MJPEG streaming server servicing multiple clients (FreeRTOS based): + +https://github.com/arkhipenko/esp32-cam-mjpeg-multiclient + + + +###### ESP32 MJPEG streaming server servicing multiple clients (FreeRTOS based) with the latest camera drivers from espressif. + +https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers + + + +###### Cooperative multitasking library: + +https://github.com/arkhipenko/TaskScheduler +