Logger for polar H7 and the driver logging system made by Erwin Lopez.
You can use different files to achieve different things:
- Standalone operation (i.e. no tcp connection) data-logger standalone.js.
- TCP connection to server using protobuffer data-logger tcpWithProtobuffer.js.
- TCP connection not using protobuffer data-logger tcpNoProtobuffer.js.
- A test tcp server in MATLAB tcpServerTest.m.
- MATLAB based parser for the generated logged file readPolarHRF.m.
Install nodejs. and all the dependencies of noble depending on your OS.
When ready, just run on your cmd.
npm install
Use the Zenodo-enabled service to generate a citation using your favourite style
Please feel free to share and modify it as you please, but remember to acknowledge our hard work :). Happy coding!
Copyright 2017 Erwin Lopez
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.