@hackage / xcp

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

Latest0.1.0.1

About

Metadata

  • Last updated , by ChristianGosch
  • License GPL-3.0-only
  • Categories Network Development
  • Maintained by: github@goschs.de

  • Lottery factor: 0

Links

Installation

Readme

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.