Skip to content

This application received data from Wi-Fi sniffers, and computes positions with RSSI triangulation algorithm.

Notifications You must be signed in to change notification settings

indoor-analytics/wifi_tracking_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wi-Fi tracking API

This application received data from Wi-Fi sniffers, and computes positions with RSSI triangulation algorithm.

Build and run

cargo build
cargo run

Test commands

## Get sensors
curl --location --request GET '127.0.0.1:3030/v1/sensors'

## Create sensor
curl --location --request POST '127.0.0.1:3030/v1/sensors' \
--header 'Content-Type: application/json' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "id": "thisisatestsensor",
    "pos": {
        "x": 55.24558856,
        "y": 3.1458965,
        "z": 12.4269
    }
}'

About

This application received data from Wi-Fi sniffers, and computes positions with RSSI triangulation algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages