{"id":13393736,"url":"https://github.com/schollz/find3","last_synced_at":"2025-05-14T15:08:16.802Z","repository":{"id":49390788,"uuid":"121651882","full_name":"schollz/find3","owner":"schollz","description":"High-precision indoor positioning framework, version 3.","archived":false,"fork":false,"pushed_at":"2022-12-30T00:57:30.000Z","size":20689,"stargazers_count":4697,"open_issues_count":80,"forks_count":366,"subscribers_count":109,"default_branch":"master","last_synced_at":"2025-04-12T02:56:36.258Z","etag":null,"topics":["bluetooth","gps-tracking","indoor-positioning","location-services","motion","wifi"],"latest_commit_sha":null,"homepage":"https://www.internalpositioning.com/doc","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schollz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"schollz"}},"created_at":"2018-02-15T16:23:43.000Z","updated_at":"2025-04-10T07:07:02.000Z","dependencies_parsed_at":"2023-01-31T10:15:29.604Z","dependency_job_id":null,"html_url":"https://github.com/schollz/find3","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schollz%2Ffind3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schollz%2Ffind3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schollz%2Ffind3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schollz%2Ffind3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schollz","download_url":"https://codeload.github.com/schollz/find3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254169830,"owners_count":22026215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bluetooth","gps-tracking","indoor-positioning","location-services","motion","wifi"],"created_at":"2024-07-30T17:00:59.486Z","updated_at":"2025-05-14T15:08:11.782Z","avatar_url":"https://github.com/schollz.png","language":"Go","funding_links":["https://github.com/sponsors/schollz","https://www.paypal.me/ZackScholl/5.00"],"categories":["Go","开源类库","Open source library","Tools","📦 Legacy \u0026 Inactive Projects"],"sub_categories":["网络","The Internet","Satellite"],"readme":"[![Version 3.0](https://img.shields.io/badge/read-docs-blue.svg?style=for-the-badge)](https://www.internalpositioning.com/doc/) \n[![Version 3.0](https://img.shields.io/badge/join-slack-orange.svg?style=for-the-badge)](https://join.slack.com/t/find3/shared_invite/enQtMzU4MjY0NjE1NjU0LWRkY2JhNWFkM2U3Y2JhY2RlZTQ5ZTdmZTQ2M2UzMjI2MGVmMjZlOWQyZmU3MzM5YzIzOTM0YmYzYmQ3NTQzNjQ) \n[![Version 3.0](https://img.shields.io/badge/version-3.3.0-brightgreen.svg?style=for-the-badge)](https://github.com/schollz/find3/releases/latest) \n[![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](https://www.paypal.me/ZackScholl/5.00)\n[![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/schollz)\n\n\n**The Framework for Internal Navigation and Discovery** (_FIND_) is like indoor GPS for your house or business, using only a simple smartphone or laptop.\n\n\u003e This version, 3.X, is a complete re-write of the [previous versions 2.x](https://github.com/schollz/find).\n\n# About the project\n\nThis repository is a complete re-write of the previous version of FIND ([github.com/schollz/find](https://github.com/schollz/find)). There are notable improvements from the previous version:\n\n- Support for any data source - Bluetooth / WiFi / magnetic fields / etc. (previously just WiFi)\n- Passive scanning built-in (previously required a [separate server](https://github.com/schollz/find-lf))\n- Support for Bluetooth scanning in scanning utility (previously just WiFi)\n- Meta-learning with 10 different machine learning classifiers (previously just three)\n- Client uses Websockets+React which reduces bandwidth (and coding complexity)\n- Rolling compression of MAC addresses for much smaller on-disk databases (see [stringsizer](https://github.com/schollz/stringsizer))\n- Data storage in SQLite-database (previously it was BoltDB)\n- Released under MIT license (more commercially compatible than AGPL)\n\nThe API for sending fingerprints (`/track` and `/learn`) and MQTT endpoints are backward compatible. \n\n# Status\n\n*FIND3* is stable and ready for use.\n\n# Contributing\n\n*FIND3* is a framework with multiple components. There are multiple repositories that have the components, including:\n\n- Data storage server [(this repo)](https://github.com/schollz/find3/tree/master/server/main)\n- Machine learning server [(this repo)](https://github.com/schollz/find3/tree/master/server/ai)\n- Command-line tool for gathering fingerprints [(schollz/find3-cli-scanner)](https://github.com/schollz/find3-cli-scanner)\n- Android app for gathering fingerprints [(schollz/find3-android-scanner)](https://github.com/schollz/find3-android-scanner)\n- ESP code for gathering fingerprints with ESP8266/ESP32 [(DatanoiseTV/esp-find3-client)](https://github.com/DatanoiseTV/esp-find3-client)\n\n## Reporting issues\n\nPlease report issues through [this repo's issue tracker](https://github.com/schollz/find3).\n\n# Community\n\nSubscribe to the [Slack channel](https://join.slack.com/t/find3/shared_invite/enQtMzU4MjY0NjE1NjU0LWRkY2JhNWFkM2U3Y2JhY2RlZTQ5ZTdmZTQ2M2UzMjI2MGVmMjZlOWQyZmU3MzM5YzIzOTM0YmYzYmQ3NTQzNjQ) to get latest information about the project and get help.\n\nUse the [FIND mailing list](http://eepurl.com/bhfFI1) for discussion about use and development.\n\n# License \n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschollz%2Ffind3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschollz%2Ffind3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschollz%2Ffind3/lists"}