diff --git a/README.mk b/README.mk index 0db86ed..fb99301 100644 --- a/README.mk +++ b/README.mk @@ -2,3 +2,9 @@ Achille Dantz 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) + +Documentation : https://dantz.fr/LO53/structure.html + +Example Output : + +![Screencap](https://dantz.fr/LO53/Capture.PNG) \ No newline at end of file diff --git a/main.py b/main.py index 99deee7..ea69f2b 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,6 @@ def main(args): #### Markov #### MM = MarkovModel(Tf) MM.path([8,7,8,7,8,7,8,5,8,2,9,8,1,9,8,9,5,4,3,2,3,2,4,5,4,5,6,6,7,6,9,5,9,3,2,4,3,5,3,4,3,3,5,6,7,6,7,6,5,4,3,4,3,4]) - print("\r\n") MM.printValues() print("\r\nPERCENTAGES : \r\n") -- libgit2 0.21.4