···4455Try it at: https://wiredove.net/
6677+For new message notifications subscribe via https://ntfy.sh/wiredove
88+79The entire application stack runs in a browser window, so there is no installation required. You can clone the repo down and deploy it anywhere. But because all of the data is local-first you will have the same experience if you use the official Wiredove deployment or do it yourself.
810911If you're familiar with Bluesky you can think of Wiredove as a PDS (personal data server) for the Bog5 protocol. If you're familiar with Secure-Scuttlebot then you can think of Wiredove as a pub that exists in your web browser.
1212+1313+### Pub directory server
1414+1515+Bog5 protocol messages can be long, to make up for this we use a centralized directory to easily sync a users many public keys.
1616+1717+Here's an example JSON server: https://pub.wiredove.net/ev
1818+1919+Try it out in your browser: https://wiredove.net/#ev
2020+2121+The code for this is at https://github.com/evbogue/dovepub
10221123### Bog5 protocol messages
1224···26382739Bog5 messages are as short as they can be, so it can be possible to relay messages using URL embeds. Open opening the below link, Wiredove will open a Trystero room for the author of the message and attempt to sync the message if any peer is available in that room.
28402929-https://wiredove.net/#eV1TUbuPIw+0F1ynylaktIIKukdYEaXcZOyEF6pIUaw=XJss1AlAZ9xWeNTP2fKlSHIKMERRIAOhhMLGQqLzx94eC0MnnlXZQ4C4dG905nws1YEO5B006lXVeYVAyGkoCTE3MzY3MTM3OTY1MjJibUI3TitBU2EzTElML0t1UFhqR2dvZXovdEY5dHhWQzIxVktaSC9ZajVjPQ==
4141+https://wiredove.net/#evSFOKnXaF9ZWSsff8bVfXP6+XnGZUj8XNp6bca590k=+MmR4IUxD/w26xkn4VoIkNr3zPXQ+mV6DED3+FuglngiX5f6gube5chIDsSGN6vZQWptg4i0BiScx9NQzINnBjE3NDgyODA1MDY0NTd3TTQvbHJWRGZFcDc2dDhNRjhwVzAwb0tWeGZDY21DdzNJMmVHWEVUaDZZPQ==
30423143Questions? ev@evbogue.com
3244