Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

MessagePack implementation for C and C++ / msgpack.org[C/C++], STM32F7

License

Notifications You must be signed in to change notification settings

anj1/msgpack-c-stm32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,496 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msgpack for C/C++

It's like JSON but smaller and faster.

Overview

MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves.

C Library

See c_master_stm32

Documentation

You can get additional information including the tutorial on the wiki.

Contributing

msgpack-c is developed on GitHub at msgpack/msgpack-c. To report an issue or send a pull request, use the issue tracker.

Here's the list of great contributors.

License

msgpack-c is licensed under the Boost Software License, Version 1.0. See the LICENSE_1_0.txt file for details.

About

MessagePack implementation for C and C++ / msgpack.org[C/C++], STM32F7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published