Start of processing packets - implemented PING Responce to Netmail

This commit is contained in:
Deon George
2021-07-16 00:54:23 +10:00
parent fe2784f98f
commit a0d3c8d8ab
22 changed files with 1256 additions and 442 deletions

View File

@@ -4,13 +4,13 @@ namespace App\Console\Commands;
use Illuminate\Console\Command;
use App\Traits\{GetNode,ParseNodes};
use App\Traits\ParseNodes;
use App\Classes\FTNPacket;
use App\Models\{Echomail,Netmail,Zone};
class ImportPacket extends Command
{
use GetNode,ParseNodes;
use ParseNodes;
/**
* The name and signature of the console command.