Loraserver / application server communication

Hi!

I’m implementing a custom lora app server in node.js and I’ve created stubs implementing the as.proto as per the documentation.
But now I’m stuck. How do I configure loraserver to use my implementation? I’ve searched high and low in the documentation and this forum.

I’m currently looking into routing profiles. I’ve managed to create a routing profile and assign it to a device using the NS-API. But I still don’t see any traffic on my AS. Am I on the right track? Is this how I’m supposed to do this?