hansonkd/skyline

Phoenix Transport?

Opened this issue · 2 comments

Hey, found this library recently and noticed that you mentioned possible Phoenix transport support in the readme. I was just wondering if this was still something you're working on or if I could give it a shot?

@mechabyte that would be awesome! I was planning on revisiting it over christmas break but that isn't a guarantee that I would actually work on it. One hurdle would be mapping the topic routing of mqtt to the channel routing of phoenix channels. but that just means we can only support a subset of mqtt. I think if you took the approach of supporting stripped down mqttt it would be doable to integrate.

It could be easier to simply strip out the binary decoding from skyline and use that to build the transport since you don't need routing and the pubsub in skyline.

🤔