All in one solution demonstrating how to use nanopb Protocol Buffers library from within mbed environment. Test case is very simple. It works.

Dependencies:   nanopb protocol

Original import was an all-in-one solution that only depends on mbed.

Current implementation extracted 2 librarires:

1) nanopb contains code required to use nanopb and Timestamp dependency. 2) protocol is a specific research protocol used by LCE at Itron at the moment of commit.

The application decodes Protocol Buffers message generated with GO application using the same 'protocol'. This test level application decodes message and validates that it matches expected.

It is simply a proof that nanopb library can be used.

History

extracted code into libraries default tip

2017-07-12, by sgnezdov [Wed, 12 Jul 2017 23:11:30 +0000] rev 1

extracted code into libraries


initial import demonstrates how to decode Sample protocol buffers message.

2017-07-12, by sgnezdov [Wed, 12 Jul 2017 22:40:29 +0000] rev 0

initial import demonstrates how to decode Sample protocol buffers message.