Skip to content

computerphysicslab/hsap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HSAP

HSAP Open Source projects

Introduction

These are docker-deployable goLang APIs and packages encompassing SNMP services for network managment

Items

1.- libsnmp
	goLang package to perform SNMP queries

2.- libstruct
	goLang package to handle structs, pretty format for debug

3.- snmpswitch
	goLang service to explore network switches and IPs

Deployment

To deploy an API snmpswitch service w/ docker:

git init
git clone https://github.com/computerphysicslab/hsap.git
cd hsap/snmpswitch/api/
Create hsapNetwork.yaml as your network map, based upon myNetwork template => https://github.com/computerphysicslab/hsap/blob/master/snmpswitch/example/myNetwork.yaml
sudo docker build -t hsap/apiswitch .
sudo docker run -p 3333:3333 hsap/apiswitch

About

Open source projects on HSAP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published