添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Can anyone help me with the java code to decode the base64 encoded data? Actually I will be using that for decoding the base64 encoded data that I receive in the Application page of LoRa Built-in server.

I am receiving in the device-data the data as “TXkgbmFtZSBpcyBTb25hbSBwaHVudHNobw==” but I want to get the data as my original data sent from the node which is “My name is Sonam Phuntsho” but I did not know how to program my logic in the Payload Codec.

If any one can help me please.

I am new to LoRa Server as well as Java.

Thank you