Added server which provided frames and related emotions

This commit is contained in:
DJE98
2023-09-30 15:54:11 +02:00
parent 91fd0e5154
commit 7a68a8cb74
2 changed files with 93 additions and 0 deletions

4
hackathon/config.py Normal file
View File

@@ -0,0 +1,4 @@
SERVER_IP = ""
SERVER_PORT = 6666
FRAME_RATE = 20
UPDATE_RATE = 2