imedge/snmp 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

imedge/snmp

最新稳定版本:v0.4.0

Composer 安装命令:

composer require imedge/snmp

包简介

SNMP protocol implementation

README 文档

README

SNMP protocol implementation in raw PHP for async usage. API is still subject to change, SNMPv3 authentication is ready, encryption will follow soon

Coding Standards Unit Tests Static Analysis PHPStan Level 9 Minimum PHP Version: 8.1 License: MIT Version

Usage

Please see the examples directory for some usage examples:

  • get_multiple_oids.php fetches a list of OIDs in parallel from multiple ips
  • trap-recieve.php is a simple Trap receiver
  • trap-send.php sends 60 test-traps a second to test the receiver

Tuning

Network Stack buffer sizes might be increased for high-traffic setups:

$ sudo sysctl -w net.core.rmem_max=26214400
net.core.rmem_max = 26214400
$ sudo sysctl -w net.core.rmem_default=26214400
net.core.rmem_default = 26214400

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-11