forked from samop/Polar-Flowlink-linux
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
33 lines (19 loc) · 890 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
* Objective
The goal of this fork was to modify origin source code to read data from Polar RS300X.
Rather than original project, the program produce an output which is a python struct.
This struct could be send data to http://www.polarpersonaltrainer.com with script polarwritexml.py.
* Supported OS
GNU/Linux
* Requirements:
For driver: libusb-dev, libudev-dev, libpq-dev
* How to compile
firstly create bin directory in the project tree: mkdir bin
then run ``make'' in command line: make
* How to use
Put your RS300X on Polar Flowlink then execute :
sudo ./bin/polar > polardata
python polarwritexml.py
* Inclusion of files from other authors
Part of package includes hidapi project, licensed under GPLv3, BSD and HIDAPI license. Terms under GPLv3 are chosen in this project.
* License
This work is licenced under GPL v3 or later. Please read LICENSE for more information.