packetbroker / api

Packet Broker API
Apache License 2.0
7 stars 0 forks source link

Add support for sending test messages #36

Open i3mSuperMan opened 2 years ago

i3mSuperMan commented 2 years ago

Summary

Enable API support to send a test message to understand the flow from the Forwarder network to the Home network (and vice versa) Refs: https://github.com/TheThingsIndustries/lorawan-stack-support/issues/504#issuecomment-880102320

Why do we need this?

User to ensure if the feature is working as expected and if not, collect debug/response info too.

What is already there? What do you see now?

We can check the routing policies between the networks using the commands mentioned in the below reference. Also, we can use pbsub tool to see if we are able to receive the traffic. Ref: https://github.com/packetbroker/pb#configure-routing-policies

What is missing? What do you want to see?

Users should be able to label a message as test and send it to check the entire flow.

How do you propose to implement this?

...

Can you do this yourself and submit a Pull Request?

No, @johanstokking