1
0
Fork
You've already forked hp1810api
0
A Go API for programmatically administrating HP 1810 series switches
  • Go 100%
2025年05月25日 19:34:51 +02:00
go.mod add licensing info 2025年05月25日 18:22:49 +02:00
LICENSE.txt add licensing info 2025年05月25日 18:22:49 +02:00
mod.go change TrunkConfig.MemberPorts type to PortID (int) 2025年05月25日 19:24:26 +02:00
mod_test.go replace all* remaining "Vlan" with "VLAN" 2025年05月25日 19:17:09 +02:00
README.md add licensing info 2025年05月25日 18:22:49 +02:00
session.go rename parseList to splitNumberList 2025年05月25日 19:34:51 +02:00
trunkmode_string.go add licensing info 2025年05月25日 18:22:49 +02:00

hp1810api

This is a Go library to enable automated interaction with HP 1810 series switches.

It is experimental and provided without any warranty.

Testing

To run the test suite, login details to a real switch are required. Provide them as environment variables, for example via direnv in .envrc:

export HP1810_HOST="ip address or hostname"
export HP1810_PASSWORD="admin password"

Licensing

You may use this software in accordance with the terms of the GNU General Public License Version 3, which is included in [LICENSE.txt].