AVSystem / Anjay

C implementation of the client-side OMA LwM2M protocol
Other
188 stars 68 forks source link

Anjay LwM2M & Quectel #40

Closed cerealking-git closed 4 years ago

cerealking-git commented 4 years ago

I'm using Quectel BG96 and their evb (Quectel UMTS/LTE EVB KIT). My goal is to build Anjay LwM2M Client and able to run it on current board.

From my quick research, it looks like Quectel is using LLVM to compile from Windows/Linux and need to follow their formats. Beside follow their formats, is there way to compile Anjay with LLVM from Windows? Kindly look into it.

krwc commented 4 years ago

Hi,

It is definitely possible to use Anjay on BG96. What you're going to need is a proper CMake toolchain file. You'll also need to reimplement network layer to make use of QAPI functions. See our documentation on how to get started with CMake toolchain file, and also our guide about porting for non-POSIX platforms.

Internally, we've already done a few integrations with the module, but don't currently plan to publicly release them. If you're interested in buying the whole integration or porting assistance, please contact sales@avsystem.com