Skip to content
High-precision indoor positioning framework, version 3.
Go Python Dockerfile Other
Branch: master
Clone or download

Latest commit

Latest commit 6011349 May 14, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Create FUNDING.yml May 13, 2020
doc Added info for Fedora linux Mar 7, 2019
server Make requirement less strict for numpy Jul 7, 2019
.gitattributes Linguist vendoring Mar 14, 2018
.gitignore Initial commit Dec 25, 2017
CONTRIBUTING.md Create CONTRIBUTING.md Mar 12, 2018
Dockerfile Fix issue with armhf builds by adding a RUN step to install Cython Feb 27, 2020
LICENSE Create LICENSE Mar 12, 2018
README.md Fix link to docs May 5, 2020
go.mod update go.mod Sep 18, 2018
main.go Add docs Mar 7, 2018
runner.conf Add docs Mar 7, 2018

README.md

Version 3.0 Version 3.0 Version 3.0 Donate Say Thanks

The Framework for Internal Navigation and Discovery (FIND) is like indoor GPS for your house or business, using only a simple smartphone or laptop.

This version, 3.X, is a complete re-write of the previous versions 2.x.

About the project

This repository is a complete re-write of the previous version of FIND (github.com/schollz/find). There are notable improvements from the previous version:

  • Support for any data source - Bluetooth / WiFi / magnetic fields / etc. (previously just WiFi)
  • Passive scanning built-in (previously required a separate server)
  • Support for Bluetooth scanning in scanning utility (previously just WiFi)
  • Meta-learning with 10 different machine learning classifiers (previously just three)
  • Client uses Websockets+React which reduces bandwidth (and coding complexity)
  • Rolling compression of MAC addresses for much smaller on-disk databases (see stringsizer)
  • Data storage in SQLite-database (previously it was BoltDB)
  • Released under MIT license (more commercially compatible than AGPL)

The API for sending fingerprints (/track and /learn) and MQTT endpoints are backward compatible.

Status

FIND3 is stable and ready for use.

Contributing

FIND3 is a framework with multiple components. There are multiple repositories that have the components, including:

Reporting issues

Please report issues through this repo's issue tracker.

Community

Subscribe to the Slack channel to get latest information about the project and get help.

Use the FIND mailing list for discussion about use and development.

License

MIT

You can’t perform that action at this time.