I made my own Google TV remote with an ESP32, and it's better than the actual remote.
A minimal HTTP/1.1 server built from scratch in Python using raw sockets — no frameworks, no standard library http module. src/ ├── main.py # Entry point ├── tcp_server.py # Abstract TCP server └── ...