Hi, I wanted to use the Allstarlink map and connect or disconnect with my node in order to explore the world through this marvellous network, unfortunately I haven't found a simple system to manage this idea, so I developed my own.
https://github.com/emanuelelaface/allstarmap
The application is divided in a backend FastAPI interface that abstract the nodes, links and the asterisk commands in a REST interface. On the frontend I put a map in a simple html+javascript visualized that calls the interface and visualize the data.
I hope other people will find it interesting.
Any comment is welcome.