2021-06-12 15:14:34 +00:00
@ extends ( 'layouts.app' )
2021-06-14 11:33:18 +00:00
@ section ( 'htmlheader_title' )
About
@ endsection
2021-06-12 15:14:34 +00:00
2021-06-14 05:46:18 +00:00
@ section ( 'content' )
2022-11-04 04:03:27 +00:00
< h2 > About the FTN Clearing Houz </ h2 >
2021-06-12 15:14:34 +00:00
2022-11-04 04:03:27 +00:00
< p > Welcome to the < strong class = " highlight " > FTN Clearing Houz </ strong >.</ p >
2021-11-20 06:58:46 +00:00
2022-03-14 11:29:29 +00:00
< div class = " float-end ps-3 pb-3 " id = " network_traffic " ></ div >
2022-11-04 04:03:27 +00:00
< p > FTN is an abbreviation for FidoNet Technology Network , and the most well known FTN is " <a href= " https :// wikipedia . org / wiki / FidoNet " >FidoNet</a> " that still exists today .
There were many other " Othernets " also created around that time and since , and some still in operation today as well .</ p >
< p > FidoNet was born in the 1980 ' s ( well before the public Internet ) when personal computers were being introduced to homes , and modems were being invented .
Some very clever people developed protocols and standards to exchange mail and files with peers , with the network growing to around 40 , 000 systems in the mid 1990 ' s .
Those systems were called BBSes or < a href = " https://wikipedia.org/wiki/Bulletin_board_system " > Bulletin Board Systems </ a >.
As " the Internet " became more accessible , the usage of FidoNet and BBSes drastically reduced , but there are some systems still in operation today .</ p >
< p > The < strong class = " highlight " > FTN Clearing Houz </ strong > is both an FTN Mailer and FTN message tosser , where mail is stored internally in a DB , and files in an S3 bucket . It can also hatch and toss files into FTN networks for both upstream and downstream nodes .</ p >
< p > It was created as an idea to bring modern technology and capabilities to that legacy computing network that existed in the 1980 's and 1990' s , where many of those programs from the 1980 's and 1990' s are still in use today too .</ p >
2021-06-12 15:14:34 +00:00
2022-11-04 04:03:27 +00:00
< p > Setting up an FTN network is fun , but managing one for the longer term , in amongst our busy lives can involve some tedious repetitive tasks .
2021-06-12 15:14:34 +00:00
In the same vain , maintaining and growing an FTN network also can be time consuming , especially when your effort ( or lack thereof ) can affect the experience of your users .
2022-11-04 04:03:27 +00:00
So FTN Clearing Houz was created to help address that .</ p >
2021-06-12 15:14:34 +00:00
2022-01-04 14:16:13 +00:00
< p > Building this software is driven by three main goals :</ p >
2022-11-04 04:03:27 +00:00
< ol >
< li > Self Service - so that users can setup and re - jig their configuration themselves , or new users can join a network with the minimum of effort ( relieving a dependancy on an admin to set you up , and thus freeing up time for those admins ) .</ li >
< li > Automation - so that repetitive tasks can be done with minimal effort .</ li >
2022-01-04 14:16:13 +00:00
< li > High Availability - So if one hub goes down , users can automatically connect to an alternate hub to keep mail flowing . Furthermore , as hubs retire , new hubs can assume the role of the retiring hub with minimal effort .</ li >
2022-11-04 04:03:27 +00:00
</ ol >
2021-06-12 15:14:34 +00:00
2022-11-04 04:03:27 +00:00
< p >... all so that you can spend your time playing on your BBS rather than managing messages , failures or keeping an FTN network running .</ p >
2021-06-12 15:14:34 +00:00
< h3 > For the BBS Sysop </ h3 >
2022-11-04 04:03:27 +00:00
< p > For the BBS sysop , the FTN Clearing Houz has the following features :</ p >
2021-06-12 15:14:34 +00:00
< ul >
< li > Supports BINKP network transfers </ li >
2022-11-04 04:03:27 +00:00
< li > Supports EMSI network transfers ( for legacy " frontend " mailers ) </ li >
< li > Supports PING responses ( to netmails ) </ li >
< li > A consistent reliable echomail / netmail hub for your BBSes , while you reconfigure your BBS .< br >
If you have more than 1 BBS , then the Clearing Houz can receive all your mail from your uplinks and feed them to your BBSes .
2021-06-12 15:14:34 +00:00
</ li >
</ ul >
< h3 > For the FTN network operator </ h3 >
2022-11-04 04:03:27 +00:00
< p > For the FTN network operator , the FTN Clearing Houz has the following features ( or planned ones ) :</ p >
2021-06-12 15:14:34 +00:00
< ul >
< li > Supports BINKP network transfers </ li >
< li > Supports EMSI network transfers </ li >
2022-11-04 04:03:27 +00:00
< li > Automatic route configuration , routing netmail directly where links exist , or to the next uplink / downlink </ li >
< li > Manages ECHO areas and FILE areas </ li >
< li > Supports PING and TRACE responses < sup > ( TRACE to be implemented ) </ sup ></ li >
< li > Nodelist Management </ li >
< li > Self service FTN Network Applications < sup > being implemented </ sup ></ li >
< li > Dynamic mail bundling for upstream and downstream nodes ( no more " inbounds " and " outbounds " ) </ li >
< li > Automatic delisting of idle nodes </ li >
2023-06-12 13:41:25 +00:00
< li > DNS server , to enable resolving of registered nodes using domain dns names < strong class = " highlight " > p < em > N </ em >. f < em > N </ em >. n < em > N </ em >. z < em > N </ em >.< em > domain </ em >. ftn </ strong > , or < strong class = " highlight " > p < em > N </ em >. f < em > N </ em >. n < em > N </ em >. z < em > N </ em >.< em > [ domain dns zone ] </ em ></ strong ></ li >
2021-06-12 15:14:34 +00:00
</ ul >
2022-11-04 04:03:27 +00:00
< h4 > Other things </ h4 >
2021-06-12 15:14:34 +00:00
< p > Other ideas that may make it into this tool :</ p >
< ul >
< li > SMTP integration </ li >
< li > PGP signed mail and mail verification </ li >
< li > SQRL simple authentication < small > ( so there is 1 less username / password you need to remember ) </ small ></ li >
</ ul >
2022-11-04 04:03:27 +00:00
< p > If you are here to link to BBS , please get started by < a href = " { { url('login') }} " > logging in </ a >.</ p >
2021-06-12 15:14:34 +00:00
2022-11-04 04:03:27 +00:00
< h2 > Open Source </ h2 >
< p > FTN Clearing Houz is built with Open Source software . At it ' s core , PHP drives this web UI and the interaction with nodes .</ p >
< p > This web UI has been inspired by the great work at < a href = " https://int10h.org " > int10h . org </ a >. If you have ideas to make it even better , please send me a message , or submit your comments in < a href = " https://dev.dege.au/bbs/clrghouz " > gitlab </ a ></ p >
2022-01-04 14:16:13 +00:00
2022-11-04 04:03:27 +00:00
< h3 > Other technology that drives the Clearing Houz </ h3 >
< p > FTN Clearing Houz is made available by these technologies :</ p >
2022-01-04 14:16:13 +00:00
< ul >
< li > Docker - taking the effort out of building , deploying and easing the effort of upgrading .</ li >
2022-11-04 04:03:27 +00:00
< li >< strike > CockroachDB - a high available , geodispersable database , that enables accessing configuration and data from multiple locations . CockroachDB enables the FTN Clearing Houz to appear as the same hub from multiple locations , providing a high available environment for Sysops to drop off and collect mail </ strike ></ li >
< li > PostgreSQL - to store all the data
< li > Memcached - to take some of the pressure off the database </ li >
2022-01-04 14:16:13 +00:00
< li > PHP / Laravel - the coding framework used to create this UI , and to enable the transfer of mail between systems </ li >
< li > jQuery - to help with the web UI </ li >
< li > Highcharts - to render the graphs </ li >
</ ul >
2022-11-04 04:03:27 +00:00
< p > If you ' d like to support enhancing Clearing Houz , < a href = " https://buymeacoffee.com/dege " > Buy me a coffee !</ a ></ p >
2021-11-20 06:58:46 +00:00
@ endsection
@ section ( 'page-scripts' )
@ js ( 'highcharts' )
< script >
Highcharts . chart ( 'network_traffic' , {
chart : {
type : 'spline' ,
zoomType : 'x' ,
2023-06-13 10:22:40 +00:00
backgroundColor : '#0a0a0a' ,
2021-11-20 06:58:46 +00:00
resetZoomButton : {
position : {
x : 0 ,
y : - 40 ,
}
}
},
credits : {
enabled : false
},
exporting : {
buttons : false
},
title : {
text : 'FTN Network Traffic'
},
xAxis : {
type : 'datetime' ,
title : {
text : 'Time'
},
},
yAxis : {
title : {
text : 'Echomail'
},
},
legend : {
symbolWidth : 40
},
plotOptions : {
series : {
point : {
events : {
click : function () {
//window.location.href = this.series.options.website;
}
}
},
cursor : 'pointer'
}
},
series : [
2022-12-17 03:00:41 +00:00
@ foreach ( \App\Models\Domain :: active ()
-> when ((( ! $user ) || ( ! $user -> isAdmin ())), function ( $query ) { return $query -> public () -> active (); })
-> orderBy ( 'name' )
-> with ([ 'echoareas' ]) -> get () as $o )
@ if ( $o -> managed ())
{
name : '{{ $o->name }}' ,
data : { !! $o -> daily_area_stats () !! },
dashStyle : 'ShortDot' ,
},
@ endif
2021-11-20 06:58:46 +00:00
@ endforeach
],
});
</ script >
@ append