Commit b95a6e927bc09ff4a02d14321fead52e964b034d

Authored by Anthex
1 parent 9eef487a

update README with testing coverage

Showing 1 changed file with 14 additions and 2 deletions   Show diff stats
1 -[![Build Status](https://travis-ci.com/Anthex/LO53FP.svg?branch=master)](https://travis-ci.com/Anthex/LO53FP) 1 +
  2 +[![Build Status](https://travis-ci.com/Anthex/LO53FP.svg?branch=master)](https://travis-ci.com/Anthex/LO53FP) [![codecov](https://codecov.io/gh/Anthex/LO53FP/branch/master/graph/badge.svg)](https://codecov.io/gh/Anthex/LO53FP)
  3 +
  4 +
2 5
3 [UTBM - LO53] - Python fingerprinting 6 [UTBM - LO53] - Python fingerprinting
  7 +
4 Achille Dantz <achille@dantz.fr> 8 Achille Dantz <achille@dantz.fr>
5 9
  10 +
  11 +
6 This program aims to compute the approximate location of a mobile terminal for a known set of Wi-Fi accesspoints in an ideal 12x12m space for which we have 9 fingerprinting values (known RSSI for each accesspoint at a given location) 12 This program aims to compute the approximate location of a mobile terminal for a known set of Wi-Fi accesspoints in an ideal 12x12m space for which we have 9 fingerprinting values (known RSSI for each accesspoint at a given location)
7 13
  14 +
  15 +
8 Documentation : https://dantz.fr/LO53/structure.html 16 Documentation : https://dantz.fr/LO53/structure.html
9 17
10 -Example Output : 18 +
  19 +
  20 +Example Output :
  21 +
  22 +
11 23
12 ![Screencap](https://dantz.fr/LO53/Capture.PNG) 24 ![Screencap](https://dantz.fr/LO53/Capture.PNG)
13 \ No newline at end of file 25 \ No newline at end of file