Questions tagged [lifx]

LIFX (pronounced LIFE-X) is a WiFi enabled LED that's controllable via smart devices.

22 questions
0
votes
1 answer

CURL local interface (smart bulb)

How do i curl a local interface (smart bulb) with binary data from my lan? From mac terminal curl --request POST --data-binary "31000014aff56f57d073d521437000000000000000000249000000000000000066000000007d92e1ba852bac0d00000000"…
asafg
  • 29
  • 10
0
votes
1 answer

Reference a PCL's dependencies from a console application

I'm trying to communicate with some LIFX bulbs over the LAN. They use their own protocol and instead of re-inventing the wheel, I decided to take advantage of LIFX.Lib. It seems like the most complete option. The problem is, it's a PCL library and…
Basic
  • 26,321
  • 24
  • 115
  • 201
0
votes
1 answer

How to control lifx bulbs by C++ in computer

i'm a new guys here.And actually my programming language is basic.>< But i have a project about to control the wifi bulbs by C++ in computer. And i don't know how to start to do it. Can anyone give me some suggestion? What should i started to do…
0
votes
1 answer

PHP HTTP CURL PUT request for LIFX Power On/Off

I'm trying to power all of my Lifx bulbs on/off using PHP. The API documentation, http://developer.lifx.com/, says to use a PUT request: curl -u "c87c73a896b554367fac61f71dd3656af8d93a525a4e87df5952c6078a89d192:" \ -X PUT \ -d…
Randy
  • 955
  • 9
  • 16
0
votes
2 answers

How to implement Ruby on Node.js/Javascript

I am looking to implement 'https://github.com/LIFX/lifx-gem' commands on a Node.js server and was wondering how to complete this task. My basic question is more generic: how to implement or inject Ruby code in a JavaScript environment.
RichardB
  • 97
  • 6
0
votes
1 answer

How to make LIFX bulbs flicker

We bought few LIFX light bulbs and I was asking to write ruby code to make a LIFX flicker based on certain events. I could not find any example to make it flickering, anyone knows how ? some code example using the official gem would be much…
Ask and Learn
  • 8,661
  • 8
  • 37
  • 43
0
votes
1 answer

Are there any applications currently offering a Protocol Buffers API?

I recently stumbled upon Google's Protocol Buffers as a Kickstarter project I'm following, Lifx, plans to release an SDK utilizing Protocol Buffers as the interface. I was just wondering if anyone knows of any existing applications or services…
Josh Johnson
  • 135
  • 2
  • 14
1
2