Serial Connection Output

Hello!

I am trying to do some lora packet stuff to stress test a server.

What I am trying to do is join and send 10k packet per seconds. Because a gateway can only take a small amount of packets per second. I am trying to find a way to send packets to the server directly.

Thank you

hi,

If you don’t use a gateway, what medium do you need to use.

Without the network, the data of the node cannot be transmitted to the server at all.

I want to get a join request then pass all the data via UDP. aka make a virtual gateway, and a way for it to communicate with the server so it just sees the packets going to and from it.