承接 llenon/olt-information 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

llenon/olt-information

Composer 安装命令:

composer require llenon/olt-information

包简介

README 文档

README


    $userName = 'xxx';
    $password = 'xxx';
    $address = '192.168.x.x';
    $typoConnection = "telnet";
    $model = OltModel::VSOL;
    $port = 23;
    $olt = new OLT($userName, $password, $model, $address, $port, $typoConnection);
    $macAddress = "xx:xx:xx:xx:xx:xx";
    $login = "teste";
    $gponName = "testeteste";


    $client = new Client($login, $macAddress, $gponName);

    $oltVsol = new VSolOLTCmd($olt, $client);
    dd($oltVsol->getDadosDoCliente());
    
    /**
    {#2
  +login: "teste"
  +macAddress: "xx:xx:xx:xx:xx:xx"
  +gponName: "testeteste"
  +slot: "0"
  +onuId: "29"
  +pon: "2"
  +signal: "-21.19"
  +status: "online"
  +distance: "1215"
  +uptime: "8 20:25:32"
  +onuTemperatura: "41.98"
}*/

re

统计信息

  • 总下载量: 45
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-12-29