You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**TLKCore** is a core service which inside the TMXLAB KIT(TLK/[WEB-TLK](https://web-tlk.tmytek.com/)), it integrates Python built libraries which developing mmWave( n257 / n258 / n260 / n261 ) **beamforming** and **beam steering** applications on **BBox 5G Series(mmwave beamformer)** and **UDBox 5G Series(mmwave Up-down frequency converter)** and other standard products developed by TMYTEK.
@@ -22,19 +29,39 @@ The **.pyd** format release is for Windows shared library and **.so** format rel
22
29
* TMYCommService is maintaining physical communications for all devices, it usually not handled directly by developer.
23
30
* TMYUtils defines all data structure for return data, let developer more easier to know current status of processed function.
24
31
***TMYPublic** is a open source code, it defines all data structure which developer might used, e.g. RFMode(TX/RX), RetCode(OK/ERROR/...), UDState...etc.
25
-
* (Optional) **TMYBeamConfig** is option solution for FBS (fast beam steering), it aims to parse assigned csv file to a dict structure and check beam configuration, please reference [FBS](/examples//Python/README.md#FBS)
32
+
* (Optional) **TMYBeamConfig** is option solution for FBS (fast beam steering), it aims to parse assigned csv file to a dict structure and check beam configuration, please reference [FBS](/examples/Python/README.md#FBS)
26
33
* All files/function under tmydev/ are all operating logic of standard products
27
34
* db/ used for WEB-TLK, developer could ignore it.
28
35
29
36

30
37
31
-
#####Latest Release & Reference Guide
38
+
## Latest Release & Examples
32
39
33
40
*[[Download Link](/release)]
34
41
35
-
* Supported languages
36
-
37
-

42
+
*[[Doc for function reference](/release/doc/)]
43
+
44
+
*[[Example code for supported languages](/examples/)]
0 commit comments