manuelbl/ttn-esp32

Is it possible to have a full C version

Closed this issue · 2 comments

meddling C and C++ is quite annoying.
Is it possible to have a full C version for esp-idf.
As far as LMIC stands for LoraMac In C :)

I'll think about.

LMIC is the current underlying implementation. But it might be exchanged for another one in the future.

The upcoming version will support a C interface: see https://github.com/manuelbl/ttn-esp32/blob/master/include/ttn.h.

I would appreciate if you could give C interface in the master branch a test.