Skip to content

Implementation of IConnector for Marsy based on curlcpp and curl.

License

Notifications You must be signed in to change notification settings

AzuxDario/Marsy-CurlConnector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marsy CurlConnector

License Stars Issues

This repo contains implementation of IConnector for Marsy. This allows you to get data with Marsy without writting your own implementation. This implementation uses curlcpp, which is based on curl.

Usage

  1. Download files and put them along with Marsy library.
  2. Curlcpp is already included.
  3. You need to download curl for your operating system.
  4. In your project settings add path to curl include files eg. curl-x.x.x-winXX-mingw\include (curlcpp expect curl files to be in folder curl\file.h) and also add path to curl lib files eg. curl-x.x.x-winXX-mingw\lib.
  5. When you build your program curl may need other .dll files alongside, like libcurl.dll or files that belong to eg. OpenSSL. You can find them on curl download page for specific version.

External libraries