@thomas Very nice. I'd love to run something like this for lemmy.dbzer0.com. Is this open sourced that you can share?
Top-level
9 comments
@db0 the interface to Mastodon is actually just a Redis Pub/sub interface. A small patch for the Mastodon source makes Mastodon write the names of connected hosts to Redis. The hostnames are then retrieved by my tool, and translated into coordinates. If there is a way to publish the hostnames of connected AP nodes to Redis, it should work for Lemmy as well. |
@db0 It's still in testing, therefore I have not published it, yet. And it's currently for Mastodon, only. Maybe it can be changed to support Lemmy, too.