Hello,
I'm developing a plugin using the enigma2 python API we all know, I need to call functions that communicate with my remote server but I don't want the end user to know how I create the token to get info from the remote server. So i was thinking to code this part in c++ so that it can compiled and it's not clear like with python.
Would that be possible?