@extends('layouts.app') @section('htmlheader_title') @can('admin',$o) @if($o->exists) Update @else Add @endif @endcan System @endsection @section('content') @if($o->exists)
This system is the ZC for the following zones: {!! $o->zcs->sortBy('zone_id')->map(function($item) { return sprintf('%d@%s',$item->zone_id,$item->domain->name); })->join(', ') !!}
@endifFidoNet addresses are constructed in the format zone:net/node.point@domain.
FidoNet system are also assigned some roles, and in some cases, those roles have a particular address format:
Role | Address Format |
---|---|
Zone (optional) |
ZONE:0/0.0, where the net, node and point values are zero. Zones normally have 1 or more Regions and/or Hosts. (Systems that do not configure other systems with a zone, assume that that other system is in the same zone as the system being configured.) |
Region (optional) |
zone:REGION/0.0, where the zone indicates which zone the region is in. The node and point values are zero. Regions normally have 1 or more Hosts. Fidonet software normally doesnt configure the region address per-se. It is used by the mailer to receive packets destined to it by routing, in transition to the final destination. The region number must be unique with a zone. |
Host (mandatory) |
zone:HOST/0.0, where the zone indicates which zone the host is in. The node and point values are zero. The Host system is normally configured with an additional address, where the NET address is the same and the NODE number that is greater than zero. Hosts may may zero or more Hubs and 1 or more Nodes. The host number must be unique within a zone, which implies that it cannot be the same as a region, if regions are used. |
Hub (optional) |
zone:net/NODE.0, where the zone/net indicates which zone/net the hub is in. The system(s) in the nodelist below a Hub are fed from that hub from a routing perspective. The node is unique within the net and point is zero. |
Node (required) |
zone:net/NODE.0, where the zone/net indicates which zone/net the node is in. The node is unique within the net and point is zero. |
This system has the following addresses assigned to it:
{!! $message !!} @enderror @endif @can('admin',$o) @include('system.form-address') @else You'll need to ask an admin to assign addresses. @endcanNo session details exist
@endif @include('system.form-session')This system can subscribe to the following echoareas:
@include('system.form-echoarea')This system can subscribe to the following fileareas:
@include('system.form-filearea')Zone | System |
---|---|
{{ $oo->ftn }} | @if ($x=$oo->parent()) {{ $x->ftn4d }} @else No destination for mail. @endif |
Zone | System |
---|---|
{{ $oo->ftn }} | {!! (($x=$oo->children) && $x->count()) ? $x->pluck('ftn4d')->join(' ') : 'None' !!} |
This host doesnt collect mail.
@endifAddress | Netmail |
---|---|
{{ $ao->ftn }} | {{ $ao->netmailWaiting()->count() }} |
Address | Echomail |
---|---|
{{ $ao->ftn }} | {{ $ao->echomailWaiting()->count() }} |
Address | Files |
---|---|
{{ $ao->ftn }} | {{ $ao->filesWaiting()->count() }} |
FTN | Packet | Sent |
---|---|---|
{{ $no->tftn->ftn }} |
FTN | Packet | Sent |
---|---|---|
{{ \App\Models\Address::where('id',$oo->first()->address_id)->single()->ftn }} | {{ $oo->first()->packet }} | {{ $oo->first()->sent_at }} |