Add simple HTTP server

This commit is contained in:
Kamil Trzcinski
2022-04-04 18:27:28 +02:00
parent c8fb6b0780
commit 317fb65508
5 changed files with 101 additions and 1 deletions

View File

@ -1,2 +1,2 @@
camera_stream: *.c *.h
gcc -g -o camera_stream *.c
gcc -g -lpthread -o camera_stream *.c