CODEC from esternal js file

Hi,

Would it be possible to provide the device profile with external js files? I mean, I would like to avoid manually entering the encode and decode functions in the web UI. I have the file under rcs (git) and it’s pretty annoying to copy/cut the file each time (expecially when I am not 100% sure they will work as expected). I do understand it is meant for “production” state of the ChirpStack platform but this would ease the development as well (as in my case).

Thank you in advance for your support!

Paolo

You can operate with payload from external http web, while you finish your custom codec. just add http integration and do all processing from the 3rd side.

tks for suggestion but it is not exactly what I want to do.