sinricpro / esp8266-esp32-sdk

Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
https://sinric.pro
Other
231 stars 124 forks source link

SinricPro future UDP use (re #171) #173

Closed sim404 closed 3 years ago

sim404 commented 3 years ago

Hi, You mentioned in #171 that you are planning future use of UDP. I currently use UDP in most of the sinricP devices I have. Will your future plans have any impact on my existing UDP use? And if yes is there anything I need to do now to avoid that impact. Thanks, regards, sim404

sivar2311 commented 3 years ago

The library is listening on UDP-Mulitcast-IP address 224.9.9.0 on Port 3333 Please see SinricProUDP.h and SinricProConfig.h

To avoid any impacts: Don't use this IP / port combination.

sim404 commented 3 years ago

Thanks.