espruino / EspruinoTools

JavaScript library of tools for Espruino - used for the Web IDE, CLI, etc.
Apache License 2.0
150 stars 89 forks source link

Use CLI with IDE Relay? #160

Closed jamesogrant closed 1 year ago

jamesogrant commented 1 year ago

Hi Gordon,

Is it possible to use the CLI with the IDE Relay?

Thanks!

gfwilliams commented 1 year ago

There wasn't, but I just added it! It'd make a huge difference on systems where Bluetooth LE support on Node.js isn't that great.

Info on usage is in the README.

Personally I'd like to get something better working with peer.js so it's not going through my server, and ideally with the option of streaming webcam video - there are a bunch of cases where it'd be handy to be able to remotely help people out.

jamesogrant commented 1 year ago

@gfwilliams Awesome!! Thanks so much.

I've just given it a very quick go and it's working as expected. I'll spend some more time with it in the next few days & report back if I encounter any issues.