Yurik72 / ESPHap

ESP32/ESP8266 Arduino library for native Apple Homekit Accessory Protocol (HAP)
MIT License
265 stars 60 forks source link

Update arduino_homekit_server.cpp #63

Closed eford321 closed 3 years ago

eford321 commented 3 years ago

The non-commercial HAP specification chapter 6.2.3 "TCP Requirements" says "HAP accessory servers must support eight simultaneous TCP connections."

For testing on ESP8266 devices, 8 Client connections work without issue.