Skip to content

Commit

Permalink
Add information on json and httplib
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Oct 12, 2023
1 parent b2b0a13 commit f18619e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ First, some helpful links:
* [libnova](http://libnova.sourceforge.net/)
* [libgsl](https://www.gnu.org/software/gsl/)
* [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.

## Introduction

Expand Down

0 comments on commit f18619e

Please sign in to comment.