LoRaWAN packet decoder in PHP

Good morning,

kindly ask if anyone has developed a lorawan packet decoder in PHP code.

I own this data;

PHYPayload
FRMPayload
NwkSKey
AppSKey

I can’t use the java decoder on the net on a public site.
I need to develop a decoder to be included in the PHP pages of my site.

I tried to debug java sources, but it’s too hard to translate into PHP.

Thank you
Stephen

Hi steffen. I am not aware of an implementation in PHP. however, dissecting a PHY packet is pretty straightforward using the LoRaWAN specification. I created one myself for analyzing PHY data from gateways in Nod-Red.