Skip to content

Project created to access APIs with C language. Used in Arduinos, Rasp and others microcomputers.

Notifications You must be signed in to change notification settings

LucasDiasJorge/Lib-Curl

Repository files navigation

Using lib curl in C

Done:

Next step:

  1. Making REST methods with curl (main)

    • Post

    • Get

    • Put

    • Delete

  2. Making Post from txt file (feature/post-file)

    • Used on data stored in embedded Rasp pi memory
  3. Refactor ifs to functions

    • Done ?

Installation

  1. Linux only, for now
  2. Clone the repo
    git clone https://github.com/LucasDiasJorge/Curl-in-C.git
  3. Install Lib Curl
    sudo apt-get install libcurl4-openssl-dev
  4. Compile the project
    gcc -o main main.c -lcurl
  5. Exec main
    ./main <operation> <url>

(back to top)

Usage

For more examples, please refer to the Documentation

For more http tutorials and etc, please refer to the Documentation

User Agent Refer

For post, used Curl post

(back to top)

About

Project created to access APIs with C language. Used in Arduinos, Rasp and others microcomputers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published