xcp

Partial implementation of the XCP protocol with ethernet as transport layer.

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-3.0-only licensed by Christian Gosch
Maintained by [email protected]

This library implements creating XCP packets for setting and retrieving variables from a slave device using XCP. The transport layer is ethernet, implemented in Network.XcpEth. Other transport layers can be added easily and can use the same building blocks from Network.Xcp. For basic usage, see Network.XcpEth.