Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of contents

...

Table of Contents
minLevel1
maxLevel4

Introduction

...

This explanation assumes that the i-PRO camera application development environment has been completed.
If you are not ready to build the development environment, please refer to here to complete it.

Also, in this tutorial, the SDK installation directory is described as ${SDK_DIR}.

Operation overview

...

line_sample_app is a sample application that sends messages to LINE on mobile phones.

Note

Building apps that use LINE, including line_sample_app, is not supported. Please refer to the information provided in this chapter when building. Please note that we cannot provide support even if you contact us.

External libraries required for operation

...

To build with C/C++, need below:

...

Info

The use of external libraries will be explained later.

Directory path of the sample app

...

The C/C++ source code is stored below.

${SDK_DIR}/src/adamapp/line_sample_app

No Python source code.

How to build the sample app (C/C++)

...

Send a message to LINE using LINE Notify or Messaging API.
Both text message and image massage can be sent by LINE Notify.
Only text message can be sent by Messaging API.

...

Build libcurl and OpenSSL and copy the library and header files to the line_sample_app folder. See here for building with C/C++.

...

How to use the sample app

...

■Preparation

Prepare to check the operation.

...