remove forwarder

This commit is contained in:
pdxlocations 2024-01-27 11:45:57 -08:00
parent 724829e02b
commit 6e8f46a337
4 changed files with 2 additions and 34 deletions

View file

@ -1,31 +0,0 @@
---
id: community-atak
title: ATAK Forwarder
sidebar_label: ATAK Forwarder
sidebar_position: 1
---
:::note
This is a community project maintained by @paulmandal.
Development can be followed on [GitHub](https://github.com/paulmandal/atak-forwarder).
Support should be sought from the respective authors.
:::
:::info
The ATAK Forwarder plugin has recently been updated to support Meshtastic 2.0.6+ but is currently a pre-release version to allow for additional testing to be completed.
- After installing you need to open the Meshtastic app and click the add device "+" so it will ask for Bluetooth permissions.
:::
The ATAK Forwarder plugin requires the Meshtastic Android app to be installed.
This is a plugin for ATAK (Android Team Awareness Kit) that uses Meshtastic to provide off-grid communications. This includes plotting the position of others on the map, transmission of markers and routes, and chat messages.
![ATAK Module](/img/atak-animation.gif)
- A walk-through on how to [set up ATAK](https://paul-mandal.medium.com/atak-for-hikers-d96d5246193e).
- The module source is available on [GitHub](https://github.com/paulmandal/atak-forwarder), along with instructions for setting it up, and the latest [Releases](https://github.com/paulmandal/atak-forwarder/releases/).

View file

@ -9,7 +9,6 @@ The Meshtastic ecosystem is highly extensible, and a number of community project
Current community projects:
- [ATAK (Android Team Awareness Kit) Forwarder](/docs/community/software/community-atak) - An ATAK plugin for forwarding CoT messages via a hardware layer which supports Meshtastic devices.
- [Meshtasticator (Simulator)](/docs/community/software/community-meshtasticator) - Meshtasticator is a discrete-event and interactive simulator that mimics the radio section of the device software.
- [Meshtastic Web API](/docs/community/software/meshtastic-web-api) - Meshtastic Web API provides a RESTful interface to interact with a Meshtastic node via a serial connection.

View file

@ -2,7 +2,7 @@
id: meshtastic-web-api
title: Meshtastic Web API
sidebar_label: Meshtastic Web API
sidebar_position: 3
sidebar_position: 2
---
:::note

View file

@ -2,7 +2,7 @@
id: community-meshtasticator
title: Meshtasticator
sidebar_label: Meshtasticator (Simulator)
sidebar_position: 2
sidebar_position: 1
---
:::note