Loghorn / ant-plus

A node module for ANT+
MIT License
138 stars 67 forks source link

Option to use WebUSB api #14

Open Richard-Mathie opened 6 years ago

Richard-Mathie commented 6 years ago

Feature request/ proposal

I am looking at getting this working with the WebUSB api which:

we could there for have a cross platform ant plus driver, which would work through node or a recent enough chrome browser. We should even be able to drop back to node usb module for compatibility.

What do you think?

Loghorn commented 6 years ago

The idea is interesting but I don't have the time to work on it for the foreseeable future. Feel free to submit a PR and I'll likely merge it.

luisrb commented 3 years ago

hello, I wanted to know if in progress on something related to webusb, I would like to help, thanks

marcosybarraa commented 3 years ago

I am also interested, and ready to help in the development, is someone else doing something in this direction ? I am starting now, trying to access to controlTransferOut()

8beeeaaat commented 1 year ago

@Loghorn @Richard-Mathie @luisrb @marcosybarraa

I made it 👍

https://github.com/8beeeaaat/web-ant-plus

https://www.npmjs.com/package/web-ant-plus

The main difference from the original implementation is that Buffer is changed to DataView.

Richard-Mathie commented 1 year ago

@Loghorn @Richard-Mathie @luisrb @marcosybarraa

I made it 👍

https://github.com/8beeeaaat/web-ant-plus

https://www.npmjs.com/package/web-ant-plus

The main difference from the original implementation is that Buffer is changed to DataView.

Nice