Turns out,
a Windows Store App, aka Metro App, is NOT a good way to control LEDs through wifi.
Why?
They are not able to run some lightweight code continually in the background. They may execude code all few minutes, or on system triggered events, but not continually.
So I’ll rewrite everything to fit in a Desktop App, though I loved how the metro apps look. =(