A Go API for programmatically administrating HP 1810 series switches
- Go 100%
| go.mod | add licensing info | |
| LICENSE.txt | add licensing info | |
| mod.go | change TrunkConfig.MemberPorts type to PortID (int) | |
| mod_test.go | replace all* remaining "Vlan" with "VLAN" | |
| README.md | add licensing info | |
| session.go | rename parseList to splitNumberList | |
| trunkmode_string.go | add licensing info | |
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].