You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
250 B

3 years ago
  1. # How to use it
  2. This example pushes the measured data using HTTP POST request on ThinkSpeak server.
  3. Thus, modify the APIKey in `thingSpeak.cpp`, then compile using:
  4. ```bash
  5. g++ thingSpeak.cpp network/SocketClient.cpp - o thingSpeak
  6. ./thingSpeak
  7. ```