添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
健壮的回锅肉  ·  Faster Startup Times ...·  2 周前    · 
干练的硬币  ·  node-gyp使用帮助 | Jack ...·  2 周前    · 
骑白马的葡萄  ·  Namespace not ...·  2 周前    · 
谦和的鸡蛋面  ·  UnsatisfiedLinkError: ...·  1 周前    · 
直爽的跑步机  ·  Flutter: ...·  4 天前    · 
淡定的橙子  ·  Laravel Eloquent ...·  4 周前    · 
严肃的荒野  ·  Admonitor ...·  4 月前    · 
有胆有识的投影仪  ·  ubuntu 22.04 ssh ...·  8 月前    · 

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