/SwiftSnmpTools

Primary LanguageSwiftMIT LicenseMIT

SwiftSnmpTools

A set of SNMP command-line tools implemented in Swift and intended as a test/demonstration project for SwiftSnmpKit https://github.com/darrellroot/SwiftSnmpKit

Performance

The swift-crypto library performs much faster when built for release rather than debug. The easiest way to do this while testing in Xcode is to "Build for profiling"

Credits and Dependencies

  1. SwiftSnmpTools is written by Darrell Root
  2. CryptoSwift is developed by Marcin Krzyzanowski https://github.com/krzyzanowskim/CryptoSwift who requires attribution on software including that library
  3. swift-argument-parser https://github.com/apple/swift-argument-parser
  4. swift-nio https://github.com/apple/swift-nio
  5. swift-crypto https://github.com/apple/swift-crypto
  6. swift-atomics https://github.com/apple/swift-atomics