An interactive map of all IRLP nodes and their status.
My version of the map is available at https://irlp.liamcottle.net
Clone the project repo.
git clone https://github.com/liamcottle/irlp-map
cd irlp-map
Install NodeJS dependencies
npm install
Run the Express Server, to serve the /api
and Map UI.
node index.js
# Server running at http://127.0.0.1:8080
Note: You can also use a custom port with
--port 1234
A systemd service file is available and can be installed with the following commands:
sudo cp irlp-map.service /etc/systemd/system/irlp-map.service
sudo systemctl enable irlp-map.service
sudo systemctl start irlp-map.service
sudo systemctl status irlp-map.service
Note: Make sure to update the usernames in the service file if needed.
If you have a feature request, or find a bug, please open an issue here on GitHub.
MIT