triangulation

This commit is contained in:
Foster Irwin 2022-04-01 14:46:52 -06:00
parent ebe869a652
commit d13e6af984

View file

@ -13,3 +13,7 @@ Meshtastic uses LoRa peer to peer (p2p), which allows much more flexibility in h
### Will Meshtastic work with (insert LoRa service)
Meshtastic uses LoRa peer to peer (p2p), which has allowed us to customize how we use the protocol. Likely it will not work with the service you have in mind, but it may be possible to build a bridge between services using MQTT. That will require further development outside the scope of this project to implement.
### Can I locate a device via triangulation?
There is a [community project](https://github.com/a-f-G-U-C/Meshtastic-ZPS) that has worked out how to accomplish this.