Hello SafeLife Central

Messages arriving on TCP port {{ vm.status.tcpPort || '...' }}, newest first. The list refreshes every {{ vm.pollSeconds }}s and always shows the last 100.

Stored {{ vm.status.stored === undefined ? '—' : vm.status.stored }}
Open sessions {{ vm.status.activeSessions === undefined ? '—' : vm.status.activeSessions }}
Showing {{ vm.messages.length }}
Backend {{ vm.error ? 'unreachable' : 'ok' }}

{{ vm.error }}

Nothing yet. Send one: printf 'first contact\n' | nc <host> {{ vm.status.tcpPort || 9770 }}

#ReceivedSourceMessage
{{ m.id }} {{ m.receivedAt | date:'yyyy-MM-dd HH:mm:ss' }} {{ m.source }} {{ m.body }}