A tool for measuring the coverage of Bluesky/ATProto relays
at master 19 lines 754 B view raw view rendered
1# Pulsar 💫 2 3A tool for measuring the coverage of Bluesky/ATProto relays. 4 5 6## What does it do 7 8Pulsar monitors ATProto relays to compare how many accounts' data each one includes. Since connecting to 10-20 relays in parallel generates very big network traffic, this is meant to be used in relatively short "bursts" by either running it manually until it's stopped with Ctrl+C, or running it periodically from cron e.g. for an hour every day. 9 10(TODO) 11 12 13## Credits 14 15Copyright © 2026 Kuba Suder ([@mackuba.eu](https://bsky.app/profile/did:plc:oio4hkxaop4ao4wz2pp3f4cr)). 16 17The code is available under the terms of the [zlib license](https://choosealicense.com/licenses/zlib/) (permissive, similar to MIT). 18 19Bug reports and pull requests are welcome 😎