Skip to content
/ lora Public

RPC-JSON server and web interface for handling LoraWAN devices

License

Notifications You must be signed in to change notification settings

adriennn/lora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Getting started

This tool is still a work in progress. Use this to test rpc calls and do other kind of things. The below assumes you have node installed.

Clone the repo and cd to the root directory of the app and type:

npm i

if you have it, launch the app with pm2:

npm start

or from the root directory fo the app, simply type:

node ./www/bin

visit localhost:5000/lora in your webrowser and test some stuff.

TODO

  • Redis DB for storgin data