xianhehu / loraserver

lorawan protocl server 协议解析服务器
5 stars 7 forks source link

请教一个c版的gateway程序 #1

Open railsfans opened 3 years ago

railsfans commented 3 years ago

你好,我最近也是在学习lora,我看了你的loraserver是接收gate的json格式的数据,你有没有相关c或者c++的gateway的程序,把rola协议解析成json协议发给你的这个loraserver

xianhehu commented 3 years ago

从github上下载个packet_forward就可以了

---原始邮件--- 发件人: "railsfans"<notifications@github.com> 发送时间: 2020年8月5日(周三) 上午10:16 收件人: "xianhehu/loraserver"<loraserver@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [xianhehu/loraserver] 请教一个c版的gateway程序 (#1)

你好,我最近也是在学习lora,我看了你的loraserver是接收gate的json格式的数据,你有没有相关c或者c++的gateway的程序,把rola协议解析成json协议发给你的这个loraserver

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

railsfans commented 3 years ago

好的,谢谢

railsfans commented 3 years ago

最近我看了lora官方推荐的go服务器chirpstack,里面有使用redis进行重复包剔除等功能,你这个版本好像没有这些过滤,请教一下该如何比较简单的实现。

liangyuanpeng commented 3 years ago

@railsfans 一样用redis过滤重复包不就可以了吗