WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

netgroup/c-influxdb-example

Repository files navigation

An example in C of how to connect to InfluxDB by wrapping C++ classes inside of C functions.

How to use C++ classes and libraries in C is explained in the repository: https://github.com/netgroup/cpp_to_c_adapter_example

In this example, we provide two ways to compile the executable: using cmake and a simple makefile. Both ways lead to the same result, which is an executable that is able to connect to a local InfluxDB instance and create a sample database.

About

An example of wrapping C++ classes inside C functions to connect to InfluxDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published