Skip to content

Commit

Permalink
Extended the main README with a note on serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Apr 4, 2017
1 parent a4f638b commit 5ae04ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ Please check out the explanations provided in the comments in the header file to
Most importantly, check out the demo application under `tests/demo.c`.
Also use [code search to find real life usage examples](https://github.com/search?q=libcanard&type=Code&utf8=%E2%9C%93).

At the moment the library does not provide means to automate (de)serialization of UAVCAN data structures,
like other implementations (e.g. libuavcan for C++ or pyuavcan for Python) do.
Therefore, data structures need to be parsed and assembled manually.
The necessary examples are provided in the demo application.

## Library Development

This section is intended only for library developers and contributors.
Expand Down

0 comments on commit 5ae04ed

Please sign in to comment.