This is a free, collaborative platform with the goal of helping researchers to test and develop indoor tracking algorithms using Wi-Fi signal information. Apart of the Android application, we also build an Server application to help users to collect raw data more easily.
This is a brief summary of the entities. Let's begin with Localization. This entity represents a point on the map, like your home in a satellite view. Within your home, you have various rooms, there are Positions. With this, we have the relationship of one localization can have zero or more positions. The localizations can be private for the device that created it. In other words, you can share with other users your localizations. The privacy is declared at its creation.
A Training entity is created with the desired algorithm and the respective provider. An Algorithm can be proposed by everyone. This is because several people like more reading than implementing and vice versa, thus the same algorithm can be provided by several providers and their results can be compared and competition ("I have a better random algorithm 😅") may also be resulted by this design.
An AlgorithmProvider can be, for now, either a user with their own server or a user that has a git repository ready to be deployed. Both must apply to be a provider. This is just e email verification and there are ready to go.
The provider with their own server will receive all fingerprints for the Training requests via HTTP. Remember that a Training request belongs to a localization that has multiples positions and each position have hundreds of Wi-Fi fingerprints. When you train the model, you must update the respective Training to inform that you are ready to predict the user localization. After that, your server will be queried. From this description, the server owner registers as to be an algorithm provider by giving two required HTTP resources, one for data ingestion, and another for the prediction phase. For the git owners, we integrate the repository with the platform.
When exists a training request for a given provider, the subsequent training request, will reactivate the sinking of the data to the HTTP provider, the cursor is preserved. In other words, your server will receive only newer data.
The visible Localizations and Positions can be reported as Spam by sanity. And only the localization owners can submit training requests.
To conclude this chapter, the use case that this platform offers is the integration of two actors, a user who shares Wi-Fi information and a Provider who predicts the user localization using their algorithm implementation.
- Posts view with related material about the state of art;
- Localizations management;
- Positions management;
- Customizable privacy of localizations.
- Notification center;
- Offline localizations and posts visualization;
- Offline fingerprinting collection;
- Automatic synchronization of locally stored data;
- Highly configurable REST API;
- All lists views use endless scrolling and swipe to refresh gesture;
- No collect or sell information that is shared by the users;
- Open source;
- No Ads;
- Internet - To communicate with server;
- Access WI-FI State - For collect WI-FI samples
- Change WI-FI State - For Turning On the Wi-Fi card;
- Access Coarse Location - For localization associated data at their creation;
Yes, you can. Click on top right button ⋮ -> settings -> HTTP API and activate the option List only my localizations.
Why the screen of my Android device is always ON when I am sending samples or requesting to predict my localization?
When the screen goes dark (by inactivity), the WI-FI card no longer scans the available networks. This was the behavior on my device, I also have tried to build the sink service as a background job, but without success. If you know a better way, let me know, or open an issue.
No, the localization will be displayed from the application cache directory. If you clean it, you will need Internet.
No, the application will store locally and automatically sync with server when you are back online.
The server will hard delete all data associated with the localization. There is no coming back;
Yes, when the community starts to share information (currently is a cold start), I will provide more implementations.
Yes, you can use the feedback form to propose new material.
Kind of, currently either you mark the localization as public or private for a list and/or predict, and is for all users. However, you can go to the settings -> general and click on Installation ID and set on all devices the same installation, and all will see the same localizations.