Code Monkey home page Code Monkey logo

champ's Introduction

ChaMP

Build Status Test Coverage Maintainability GitHub license

Open Source libraries for Channel Management Protocols

Project Description Release
champ-core Core utilities and common code for use by all ChaMP libraries Maven Central
champ-ipmi IPMI communications Maven Central
champ-wsman WS-Management communication Maven Central
champ-snmp SNMP communication No Timescale Yet
champ-icmp ICMP communication No Timescale Yet
champ-ssh SSH communication No Timescale Yet

These libraries provide consistent, uncomplicated APIs for some of the most popular network management protocols.

Most API methods are command based and used in Cyclone Technology's netPrefect commercial network management offerings.

In order to minimise thread and memory usage when managing a large number of devices, IO is non-blocking and API methods return results as Scala Futures or as reactive streams (Akka Streams Sources).

Documentation with example usage is maintained individually for each protocol.

champ's People

Contributors

jeremystone avatar philbaxter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

champ's Issues

Fix WSMan integration tests

Will microsoft/windowsservercore:1803 or microsoft/nanoserver docker images do what we want?

Need to remove the RequiresRealWsman tag from tests that work with this and fix up application.conf loging details etc.

Implement encrypted WSMan

Note: the “Allow unencrypted traffic” WinRM group policy is not related to using HTTPS. By default traffic is encrypted event over HTTP.

Use Kerberos token based encryption that is already used for push notifications.

Consider using *scodec*

There is a really cool codec library called scodec. It's a Typelevel project which is already in use in many projects. You may want (or not for many good reasons 😄) to consider using it instead of your own rolled codec library.

Some OEM command implementations are incomplete

In particular:

  • com.cyclone.ipmi.command.oem.fujitsu.s4.GetHddLightpathStatus
  • com.cyclone.ipmi.command.oem.fujitsu.s4.GetEepromVersionInfo
  • com.cyclone.ipmi.command.oem.fujitsu.s2s3.GetEepromVersionInfo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.