X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=459eaf84613687a07cb60996ea41dd64b478854a;hb=16f08f9fc8ff73e775cbf54b1024629ca7db0e58;hp=beda45fb97ff099afb4ea4c166764b5043acb93b;hpb=87d01fed5bb51f77d4e3a0084d9c9a1ee8ba3b70;p=apps%2Flow-level-can-service.git diff --git a/README.md b/README.md index beda45f..459eaf8 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is especially suitable for use in microcontrollers, but fits any memory restricted system. -* **Homepage:** http://kapsi.fi/~jpa/nanopb/ -* **Documentation:** http://kapsi.fi/~jpa/nanopb/docs/ -* **Downloads:** http://kapsi.fi/~jpa/nanopb/download/ +* **Homepage:** https://koti.kapsi.fi/jpa/nanopb/ +* **Documentation:** https://koti.kapsi.fi/jpa/nanopb/docs/ +* **Downloads:** https://koti.kapsi.fi/jpa/nanopb/download/ * **Forum:** https://groups.google.com/forum/#!forum/nanopb @@ -18,8 +18,8 @@ Using the nanopb library ------------------------ To use the nanopb library, you need to do two things: -1) Compile your .proto files for nanopb, using protoc. -2) Include pb_encode.c and pb_decode.c in your project. +1. Compile your .proto files for nanopb, using protoc. +2. Include pb_encode.c, pb_decode.c and pb_common.c in your project. The easiest way to get started is to study the project in "examples/simple". It contains a Makefile, which should work directly under most Linux systems.