bwssytems / ha-bridge

Home automation bridge that emulates a Philips Hue light system and can control other systems such as a Vera, Harmony Hub, Nest, MiLight bulbs or any other system that has an http/https/tcp/udp interface. This is a compact impl to run on small format computers. This is impl started from this project https://github.com/armzilla/amazon-echo-ha-bridge.
Apache License 2.0
1.45k stars 198 forks source link

UDP packet? #6

Closed farhanito closed 8 years ago

farhanito commented 8 years ago

Is it possible to send UDP packet instead of TCP?

Thanks

bwssytems commented 8 years ago

So, where do you want the UDP calls to be? The UPNP listener is UDP for multicast and so is it's reply.

farhanito commented 8 years ago

I have LEDs from www.limitlessled.com/dev that use 3bytes UDP commands, like OnUrl = udp://(ip address):(port)/0x450055 OffUrl = udp://(ip address):(port)/0x460055 ...etc

bwssytems commented 8 years ago

I'll put that on the list, should be doable. Thanks for the clarification.