Hey,
I'm looking for a native way to send commands to my Windows PC so I can control my PC via Echo Dot (I've seen a workaround using IFTTT.com and Dropbox for sending commands via file but don't like it that much - there must be a better way).
After some research, I've found some sample C code for Alexa gadgets so I was wondering if there is anything available in higher languages (ie Python, Java, C#)?
I knew some C a while ago and I know I could include C in C#, but I'm a bit confused since I think sample code uses Bluetooth for connecting to Echo (in my case I guess I should better use the network computer is connected to) so I'm not sure how re-usable it even is.
EDIT:
Another way I found was using Belkin's WeMo protocol, but I feel that one is a bit limiting, so still wondering if there is a better way?