An open API service indexing awesome lists of open source software.

https://github.com/skalskip/invasionsimulator

Invasion Simulator is an educational application created to test and visualize different methods of position determination, based on RSSI. In our application we simulate case when three antennas located in different places, emirate signal picked by the robot. The robot does not know the position of the antennas or its own. Based on the distribution of signals on the board, the robot must decide whether it is located inside the triangle formed by the antenna. The application allows you to visualize the distribution of signal strength in the form of a heat map as well as separate visualization of individual methods.
https://github.com/skalskip/invasionsimulator

Last synced: about 1 month ago
JSON representation

Invasion Simulator is an educational application created to test and visualize different methods of position determination, based on RSSI. In our application we simulate case when three antennas located in different places, emirate signal picked by the robot. The robot does not know the position of the antennas or its own. Based on the distribution of signals on the board, the robot must decide whether it is located inside the triangle formed by the antenna. The application allows you to visualize the distribution of signal strength in the form of a heat map as well as separate visualization of individual methods.

Awesome Lists containing this project

README

        

# Invasion Simulator

## Description

Invasion Simulator is an educational application created to test and visualize different methods of position determination, based on RSSI. In our application we simulate case when three antennas located in different places, emirate signal picked by the robot. The robot does not know the position of the antennas or its own. Based on the distribution of signals on the board, the robot must decide whether it is located inside the triangle formed by the antenna. The application allows you to visualize the distribution of signal strength in the form of a heat map as well as separate visualization of individual methods.

## Initial Creators

[Piotr Skalski](https://www.linkedin.com/in/piotr-skalski-36b5b4122/), his [GitHub](https://github.com/SkalskiP)
[Jakub Adamczyk](https://www.linkedin.com/in/jakub-a-044a17a7/), his [GitHub](https://github.com/adamczyk777)

## Take a look

Main Screen
Heat Map
Method 1
Method 2

Project is under MIT License, so feel free to use it ;)