-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from tmytek/Update-TLKCore
Update README for TLKCore
- Loading branch information
Showing
56 changed files
with
117 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Getting Started with C/C++ Sample Code | ||
|
||
## Introduction | ||
|
||
* Here is a C/C++ fast beam switch example to control BBoxOne 5G via TLKCore, also control USRP to raise SPI signal via UHD driver to BBox. | ||
* lib_tlkcore_cpp/ includes a tiny C++ wrappper example, it grnerates to libtlkcore_lib.so | ||
* lib_usrp_spi/ includes UHD application/library and it invoke pre-installed UHD driver to raise SPI transmissions for BBox 5G series, it grnerates to libusrp_fbs.so as default. | ||
* examples/ is a sample application which using libtlkcore_lib.so and libusrp_fbs.so to achieve BBox fast beam switching. | ||
|
||
![](../../images/TLKCore_UHD_usage.png) | ||
|
||
## Prerequisites | ||
|
||
1. Install Python 3.6 or 3.8 or 3.10, and follow reference user guide of [Getting Started with Python Sample Code](https://github.com/tmytek/bbox-api/tree/master/example_Linux/Python/README.md) | ||
2. For C/C++ supporting, please install related Python packages from lib_tlkcore_cpp/requirements.txt | ||
`pip install -r lib_tlkcore_cpp/requirements.txt` |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.