Skip to content

Commit

Permalink
Add inifile-cpp short documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Oct 24, 2023
1 parent 851c4a7 commit 103497c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ First, some helpful links:
* [libcfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)
* **Bundled** Header-only Libraries
The following C++ header-only libraries are included with libindi and may be used by any driver to handle common tasks around JSON and RESTful web services.
* [json](https://github.com/nlohmann/json): Write & parse JSON in INDI drivers.
* [httplib](https://github.com/yhirose/cpp-httplib): Create http(s) servers and clients. Make GET/POST/PUT calls for RESTful services.
* [json](https://github.com/nlohmann/json): Write & parse JSON in INDI drivers (e.g. [Primalucelab Devices](https://github.com/indilib/indi/blob/master/drivers/focuser/primalucacommandset.cpp))
* [httplib](https://github.com/yhirose/cpp-httplib): Create http(s) servers and clients. Make GET/POST/PUT calls for RESTful services (e.g. [Planewave Mount](https://github.com/indilib/indi/blob/master/drivers/telescope/planewave_mount.cpp)).
* [inifile-cpp](https://github.com/Rookfighter/inifile-cpp): a simple and easy to use single header-only ini file en- and decoder for C++ (e.g. [Planewave Mount](https://github.com/indilib/indi/blob/master/drivers/telescope/planewave_mount.cpp)).

## Introduction

Expand Down

0 comments on commit 103497c

Please sign in to comment.