geoffnichols / clj-pcp-common

PCP message codec and protocol definitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

clj-pcp-common

PCP message codec and protocol helpers

https://github.com/puppetlabs/pcp-specifications

It supports PCP v1 and v2 via the message-v1 and message-v2 namespaces. The protocol namespace defines a common definition for both versions of the protocol; note that some message types have been removed from v2.

Installation

To use this service in your trapperkeeper application, simply add this project as a dependency in your leiningen project file:

Clojars Project

Contributing

Please refer to this document.

About

PCP message codec and protocol definitions

License:Apache License 2.0


Languages

Language:Clojure 80.9%Language:Makefile 19.1%