Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

farsounder/farsounder-cpp-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo is archived as a similiar example was moved into: https://github.com/farsounder/SDK-Integration-Examples/tree/master/using_sdk

Build notes

Windows

cmake -S . -B build
cmake --build build --config Release

And you should be able to run the example with:

build\Release\farsounder_client_example.exe

Ubuntu 24.04

cmake -S . -B build
cmake --build build-wsl --config Release

And you should be able to run the example with:

build-wsl/farsounder_client_example

To run on another platform, build from source: https://github.com/farsounder/farsounder-cpp-client

About

Standalone example using cpp client on Windows and Ubuntu (using CMake)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors