Page 1 of 1

PC as the client

Posted: 13:23, 10 Mar 2015
by Ebervak
Hi there,

I come with a new question. Is it possible to use a PC as a client for an app developped with evothings studio ? I developped an app using RFduino and working well on iPhone and Android device, and I'd want to test it on my PC via its Bluetooth 4.0. Is there any way to do so ? With Cordova ?

Thank for your advices !

Re: PC as the client

Posted: 13:38, 10 Mar 2015
by Fredrik
Sorry, no. Cordova does not support any non-mobile operating system.

You can use any web browser to connect to the Workbench and use the live reload system, but you will not be able to use any Cordova plugins.

In theory, you could reimplement the plugins you need in native code on top of a PC web container. Suitable bases might include Firefox or node-webkit. However, this will take a lot of work.

Re: PC as the client

Posted: 15:20, 10 Mar 2015
by Ebervak
Ok... thanks!