#
trilateration
Here are 40 public repositories matching this topic...
Strongly accurate indoor positioning algorithms with the main focus on indoor navigation developed by Navigine company. Here we will step by step publish the source code of our algorithm starting with trilateration.
oss
algorithms
navigation
geolocation
pedometer
positioning
trilateration
indoor
indoor-positioning
indoor-navigation
-
Updated
Mar 9, 2022 - C++
Multilanguage (C#/Matlab/Rust) library for solving navigation (2D/3D) & geodetic problems: Multilateration (true range), Time-Of-Arrival (TOA), Time-Difference-Of-Arrival (TDOA), Angle-Of-Arrival AOA (Direction-Of-Arrival, DOA); Direct & inverse geodetic problems: Vincenty equations, Haversine formula; Virtual Long Baseline navigation (VLBL) etc.
navigation
geolocation
haversine
nelder-mead
positioning
trilateration
time-of-flight
haversine-formula
tof
multilateration
toa
aoa
tdoa
hooke-jeeves
time-of-arrival
vincenty-formula
angle-of-arrival
vincenty-inverse
time-difference-of-arrival
vincenty-direct
-
Updated
May 19, 2022 - C#
Position Calculating with Trilateration via Bluetooth Beacons(Estimote)
-
Updated
Apr 22, 2015 - Objective-C
2D or 3D multilateration in C++/C#/JS/Matlab/Python
-
Updated
Jul 6, 2020 - C#
raspberry-pi
arduino
localization
positioning
uwb
trilateration
time-of-flight
tof
multilateration
toa
dw1000
time-of-arrival
dwm1000
-
Updated
Jul 17, 2018 - Arduino
Trilateration system using 3 latitude and longitude points, and 3 radius distances in PHP, C#, Java and Javascript
-
Updated
Nov 6, 2020 - C#
Indoor Positioning System using Bluetooth Low Energy and Triangulation
-
Updated
Feb 16, 2021 - Dart
Trilateration example using least squares method in scipy
-
Updated
Aug 2, 2018 - Jupyter Notebook
Trilateration of location given the 3D coordinates of at least four points and the distances.
-
Updated
May 11, 2018 - C++
Weighted centroid and basic trilateration on RSSI values from WIFI APs and BLE beacons.
-
Updated
May 4, 2020 - Python
machine-learning
svm
android-application
bluetooth-low-energy
trilateration
indoor-positioning
smartcampus
-
Updated
Dec 19, 2016 - Java
The Matlab scripts for five positioning algorithms regarding UWB localization. The five algorithms are Extended Kalman Filter (EKF), Unscented Kalman Filter (UKF), Taylor Series-based location estimation, Trilateration, and Multilateration methods.
-
Updated
Mar 10, 2022 - MATLAB
My bachelor thesis - goelocation for wireless sensor networks based on RSSI.
java
localization
geolocation
bachelor-thesis
wsn
trilateration
indoor-positioning
wireless-sensor-networks
signal-strength
mean-least-squares
-
Updated
May 22, 2012 - Java
JavaFX app simulating signal strength location with trilateration 🤖
-
Updated
Jan 12, 2018 - Java
iOS iBeacon based indoor location application
swift
ios
xcode
location
bluetooth
levenberg-marquardt
ibeacon
trilateration
indoor
exponential-moving-average
-
Updated
Jun 28, 2021 - Swift
Location tracking project using trilateration and Xbee.
distance
transmitter
rssi
trilateration
indoor-positioning
indoor-localisation
indoor-localization
receivers
-
Updated
Dec 2, 2020 - Python
Trilateration on Android with Bluetooth and Wifi.
-
Updated
Jan 16, 2019 - Kotlin
Visualized 2-dimensional trilateration with controls...
-
Updated
Jun 21, 2018 - JavaScript
Java library for calculating indoor positions and to communicate over MQTT
-
Updated
Nov 1, 2019 - Java
GPS like system for the amazing computer game Subnautica
-
Updated
Jul 19, 2021 - Python
Indoor localization in a WLAN using machine learning and trilateration
-
Updated
Jun 18, 2021 - Jupyter Notebook
A library for three-dimensional space trilateration
-
Updated
Jun 25, 2020 - Go
Indoor Positioning System Android app using Bluetooth Low Energy beacons
-
Updated
Jan 11, 2020 - Java
A post-PFG* project involving creating a hybrid app for indoors localization using BLE beacons with web technologies [SERVER-SIDE] (*PFG: Final Degree Project)
-
Updated
Jul 13, 2017 - JavaScript
Trilateration implementation in C#
-
Updated
Apr 12, 2020 - C#
Asset Localization using Bluetooth Low Energy
-
Updated
Aug 8, 2020 - JavaScript
Aplicación web que ubica un dispositivo conectado a diferentes puntos de acceso mediante trilateración
-
Updated
Aug 24, 2018 - Java
Improve this page
Add a description, image, and links to the trilateration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trilateration topic, visit your repo's landing page and select "manage topics."
What is the reason for having this method in
Beacon.javaclass?Should be changed? or removed?