Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
lora [2019/07/12 08:21] sebastien.randoux |
lora [2019/07/14 22:09] sebastien.randoux |
||
|---|---|---|---|
| Ligne 20: | Ligne 20: | ||
| [[https://github.com/will127534/LoRa-concentrator|LoRa gateway HW design]] | [[https://github.com/will127534/LoRa-concentrator|LoRa gateway HW design]] | ||
| + | |||
| + | [[https://www.thethingsnetwork.org/docs/gateways/packet-forwarder/semtech-udp.html|Semtech packet forwarder]] | ||
| + | |||
| + | [[https://www.thethingsnetwork.org/docs/lorawan/|LoRaWAN]] | ||
| + | |||
| + | [[https://fr.wikipedia.org/wiki/LoRaWAN|LoRaWAN WikiPedia]] | ||
| + | |||
| + | ====== Logiciel ====== | ||
| + | Sur la gateway, le logiciel qui reçoit les paquets, s'appèle un "[[https://github.com/Lora-net/packet_forwarder/tree/master/lora_pkt_fwd|Packet forwarder]]". Il renvoie les paquets en UDP à un serveur indiqué dans le fichier de [[https://github.com/Lora-net/packet_forwarder/blob/master/lora_pkt_fwd/global_conf.json|configuration]]. | ||
| + | |||
| + | |||