├── BLE Gateway └── README.md ├── CAN 2.0 Gateway └── README.md ├── HomeKit Gateway └── README.md ├── Live Video Gateway └── README.md ├── README.md └── USB OTG Gateway └── README.md /BLE Gateway/README.md: -------------------------------------------------------------------------------- 1 | # TCP-Standalone-HTTP-Server 2 | ESP32 esp-idf Socket, AP Mode, TCP Standalone HTTP Server 3 | 4 | - BLE Gateway 5 | 6 | -------------------------------------------------------------------------------- /CAN 2.0 Gateway/README.md: -------------------------------------------------------------------------------- 1 | # TCP-Standalone-HTTP-Server 2 | ESP32 esp-idf Socket, AP Mode, TCP Standalone HTTP Server 3 | 4 | - CAN 2.0 Gateway -------------------------------------------------------------------------------- /HomeKit Gateway/README.md: -------------------------------------------------------------------------------- 1 | # TCP-Standalone-HTTP-Server 2 | ESP32 esp-idf Socket, AP Mode, TCP Standalone HTTP Server 3 | 4 | - HomeKit Gateway -------------------------------------------------------------------------------- /Live Video Gateway/README.md: -------------------------------------------------------------------------------- 1 | # TCP-Standalone-HTTP-Server 2 | ESP32 esp-idf Socket, AP Mode, TCP Standalone HTTP Server 3 | 4 | - Live Video Stream Gateway 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # TCP-Standalone-HTTP-Server 2 | ESP32 esp-idf Socket, AP Mode, TCP Standalone HTTP Server 3 | 4 | 5 | still in work 6 | # Gateway Base 7 | - BLE 8 | - CAN 2.0 9 | - HomeKit 10 | - Live Video Stream 11 | - USB OTG 12 | -------------------------------------------------------------------------------- /USB OTG Gateway/README.md: -------------------------------------------------------------------------------- 1 | # TCP-Standalone-HTTP-Server 2 | ESP32 esp-idf Socket, AP Mode, TCP Standalone HTTP Server 3 | 4 | - USB OTG Gateway 5 | --------------------------------------------------------------------------------