olympum / waterrower-ble

A WaterRower S4 adapter to the Bluetooth LE Cycling Power Service
MIT License
84 stars 16 forks source link

Multiple Services #3

Closed ublink closed 7 years ago

ublink commented 7 years ago

Not sure if this is intended behavior. In order to get power data to iPhone, I needed to run two separate services, ie: node main.js ble and node main.js usb

Can both of these be piped in as 'node main.js usb ble'? Was going to try modifying main.js to test.

olympum commented 7 years ago

just write node main.js and that will start both the ble and ant+ implementation. the USB connector was for multicasting over the local network.