{% extends "base.html" %} {% block title %}BinkP Hub Nodes — {{ config.BBS_NAME }}{% endblock %} {% block content %}
Downstream FidoNet/BinkP nodes that receive echomail from this hub.
| FTN Address | Name | {% if identity_count > 1 %}Identity | {% endif %} {% if binkp_network_count > 1 %}Network | {% endif %}Sysop | Areas | Pending | Status | Last Seen | |
|---|---|---|---|---|---|---|---|---|---|
| {{ node.ftn_address }} | {{ node.name }} | {% if identity_count > 1 %}{{ node.hub_identity.name if node.hub_identity else '—' }} | {% endif %} {% if binkp_network_count > 1 %}{{ node.network.name if node.network else '(auto)' }} | {% endif %}{{ node.sysop or '—' }} | {{ node.subscriptions.count() }} | {{ node.hold_queue.filter_by(status='pending').count() }} | {% if node.is_active %}active {% else %}inactive{% endif %} | {% if node.last_seen_at %}{{ node.last_seen_at|eastern('%Y-%m-%d %H:%M') }} {% else %}never{% endif %} | Edit |
No BinkP downstream nodes registered yet.
Add the first node