snmp 0.0.7 copy "snmp: ^0.0.7" to clipboard
snmp: ^0.0.7 copied to clipboard

A starting point for Dart SNMP protocol, for Using IP(network) to Easyly access snmp data.

A SNMP library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage #

This package used to SNMP protocol, in flutter also work.

Tested #

  • printers;
  • .....
  • if you need other printers contact with Email.

A simple usage example:

import 'package:snmp/snmp.dart';

main() {
  //Change your printer ip

  SnmpPack.ip='192.168.199.232';
  SnmpPack.port=161;

  //Printer Total Page
    var pack = SnmpPack();
    var res=await pack.get(OID('1.3.6.1.4.4.4.1'));
    print('response $res');
  
}

References #

Wikipedia/SNMP

3
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart SNMP protocol, for Using IP(network) to Easyly access snmp data.

Homepage

License

unknown (LICENSE)

Dependencies

convert, logger

More

Packages that depend on snmp