ttn-esp32 icon indicating copy to clipboard operation
ttn-esp32 copied to clipboard

Is it possible to have a full C version

Open netmonk opened this issue 3 years ago • 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 :)

netmonk avatar Jun 06 '21 19:06 netmonk

I'll think about.

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

manuelbl avatar Jun 08 '21 19:06 manuelbl

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.

manuelbl avatar Jul 28 '21 21:07 manuelbl