@hackage xcp0.1.0.1

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

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.