Skip to content

A fast LoRa MAC package parser and encapsulator in Node.js

License

Notifications You must be signed in to change notification settings

xisiot/lora-network-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lora-network-connector

This is the lora network connector mainly designed for parsing and packaging LoRaWAN MAC packages.

Requirements

  • Node.js (>= 8)
  • MySQL (>= 5.7)
  • Redis
  • Kafka

Startup

Use pm2 to manage the processes and run pm2 start, or just tap in node index.js.