xebia/beacon_triangulation

Name: beacon_triangulation

Owner: Xebia BV

Description: null

Created: 2015-04-17 08:56:41.0

Updated: 2015-04-22 18:47:38.0

Pushed: 2015-04-22 18:47:38.0

Homepage: null

Size: 270

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

beacon_triangulation

Code for determining position for (i)Beacons.

Sub projects
beacon

mock beacon code. Can simulate noisy distance and rssi data given a distance.

room

mock signals for multiple beacons in a room or space.

Triangulator

Java program that calculates the estimated position. Requirements:

Run with gradle run

POST the following to http://localhost:4567/getPositionEstimate


": 5,
": 6

And you will get a response:


osition": {
"x": 0.3999999999999999,
"y": 0.5480769161256961

eacons": []

Where x and y are the estimations of your position. The beacons array is a list of all beacons with their respective estimated distance to you. It is empty because of a bug.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.