Skip to content

Commit

Permalink
Update supported MITMs and Prometheus section (#29)
Browse files Browse the repository at this point in the history
* Update supported MITM clients

* updates

* macOS
  • Loading branch information
notheowner authored Mar 11, 2024
1 parent 4acf449 commit ae43959
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion pages/docs/dragonite/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Dragonite is **closed source** software. We are releasing compiled binaries to t

## Supported MITM clients

- [Exeggcute/GC](https://jorgschulze73.github.io/gc-docs/) (iOS and Android)
- [Aegis](https://pokemod.dev/mapping) (Android)
- [Exeggcute/GC](https://jorgschulze73.github.io/gc-docs/) (macOS, iOS and Android)
6 changes: 3 additions & 3 deletions pages/docs/golbat/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ One of Golbat's best features is that pokemon encounters are stored in memory. T

Any client that is able to output raw game protos should technically be parsable by Golbat. We offer limited support for the following clients.

- [Atlas](https://pokemod.dev/) (Android)
- [Exeggcute/GC](https://jorgschulze73.github.io/gc-docs/) (iOS and Android)
- [PogoDroid](https://github.com/Map-A-Droid/MAD)
- [Atlas/Aegis](https://pokemod.dev/mapping) (Android)
- [Exeggcute/GC](https://jorgschulze73.github.io/gc-docs/) (macOS, iOS and Android)
- [PogoDroid](https://github.com/Map-A-Droid/MAD) (Android)

If any MITM developer would like to be fully compliant with Golbat's parsing specifications feel free to reach out on [Discord](./docs/help).
2 changes: 1 addition & 1 deletion pages/docs/other/prometheus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ import { Callout } from 'nextra-theme-docs'
</Callout>

- https://github.com/UnownHash/Golbat/pull/100
- https://github.com/UnownHash/prom-dashboards
- https://github.com/UnownHash/Zapdos
3 changes: 2 additions & 1 deletion pages/docs/rotom/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Rotom communicates via websockets (`ws://`) to devices and Dragonite. This commu

## Supported MITM clients

- [Exeggcute/GC](https://jorgschulze73.github.io/gc-docs/) (iOS and Android)
- [Aegis](https://pokemod.dev/mapping) (Android)
- [Exeggcute/GC](https://jorgschulze73.github.io/gc-docs/) (macOS, iOS and Android)

## How MITM clients communicate with Rotom?

Expand Down

0 comments on commit ae43959

Please sign in to comment.