Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 483 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 483 Bytes

IOTech IOT Utilities

This repository provides a generic set of utilities written in C. A C11 compliant compiler is required to build the code. The code has been tested on a variety of Linux platforms using gcc. CMake is used as the build system.

The following Utilities are provided:

  • Scheduling
  • Logging
  • Thread pool
  • Data
  • Container/Component
  • JSON parser
  • XML parser
  • Hash generation
  • Time stamp
  • Base64 encode/decode
  • Persistence

License

Apache-2.0