Skip to content
README.md 2.02 KiB
Newer Older
RF60X-SDK a Software Development Kit that allows specialists to create their own software for working with laser scanners RF60X (RF603,RF603HS, RF603B) series manufactured by RIFTEK LLC.
The RF60X-SDK consists of two parts:
- RF60X-CORE - the main library («Core») with a basic set of functions and types for working with laser scanners of the RF60X series. The library is written in the C programming language in accordance with the C99 standard (ISO/IEC 9899:1999) and is crossplatform. To use this library, it is necessary to implement platform-dependent functions (working with memory, working with the network, input/output functions).
- RF60X-WRAPPERS - «wrapper»-libraries, in which platform-dependent «Core» functions for a specific platform are already implemented. The use of wrapper libraries simplifies the process of developing applications in the following programming languages: C++, С#, LabVew.
GETTING STARTED
Developers who want to use ready-made RF60X-SDK libraries when creating their own applications for working with laser scanners of the RF60X series can download the latest libraries (download the RF60X-SDK libraries for C, C++, C#), as well as see examples of their use (see Examples for C/C++, Examples for C#).
Developers who prefer to compile RF60X-SDK libraries from sources, the manual contains instructions for downloading sources (see Download project) and installing the necessary software.
Download project
For developers who want to download the library from source using the Git-client, follow these instructions:
1. Install the git-client on your local computer (if not already installed):
- On Linux, use the terminal command: sudo apt install git 
- On MacOS, use the terminal command: brew install git 
- For other platforms see git installation documentation.

2. Open a command prompt/terminal on your computer:
- On Linux, click on the launchpad and look for «terminal» terminal 
- In OS X, press commandspace and find «terminal» terminal 
- On Windows, click the Start menu and find the «command line» cmd.