Page 1 of 1

Python-based App layer

Posted: Tue Mar 08, 2022 8:43 pm
by Moj_Dev
I'm looking for a way to move my python code (which is written using CFLib) to the firmware. I think the app layer is the option for me to implement it, but it's C code. Is it possible to use python code for app layer? If so, could you share a sample code?

Re: Python-based App layer

Posted: Wed Mar 09, 2022 7:54 am
by kristoffer
Hi!

No, it is unfortunately not possible to use python in firmware apps. Everything is C on that side.