All Projects → Argeniss-Software → rolaguard

Argeniss-Software / rolaguard

Licence: Apache-2.0 license
RoLaGuard (Community Edition): a LoRaWAN Operations, Cybersecurity & Compliance Management Platform.

Programming Languages

Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to rolaguard

LMIC-node
LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node qu…
Stars: ✭ 108 (+575%)
Mutual labels:  lorawan, ttn
chirpstack-concentratord
Concentrator HAL daemon for LoRa gateways.
Stars: ✭ 53 (+231.25%)
Mutual labels:  lorawan, chirpstack
plan44-feed
OpenWrt feed containing plan44 packages
Stars: ✭ 25 (+56.25%)
Mutual labels:  lorawan, ttn
LoraGW-Setup
SX1301 Lora Concentrator Raspberry PI based gateway setup
Stars: ✭ 70 (+337.5%)
Mutual labels:  lorawan, ttn
Arduino Lorawan
User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN™ networks
Stars: ✭ 140 (+775%)
Mutual labels:  lorawan
Mainflux
Industrial IoT Messaging and Device Management Platform
Stars: ✭ 1,341 (+8281.25%)
Mutual labels:  lorawan
Netxms
NetXMS - Open Source network and infrastructure monitoring and management
Stars: ✭ 88 (+450%)
Mutual labels:  lorawan
Chirpstack Network Server
ChirpStack Network Server is an open-source LoRaWAN network-server.
Stars: ✭ 1,231 (+7593.75%)
Mutual labels:  lorawan
Catena-Sketches
Top-level Arduino sketches for the MCCI Catena family of IoT LPWA Devices
Stars: ✭ 12 (-25%)
Mutual labels:  lorawan
nrf52-lora
LoRa node on nRF52
Stars: ✭ 24 (+50%)
Mutual labels:  lorawan
Upylorawan
ESP32 using MicroPython meets LoRa and LoRaWAN.
Stars: ✭ 121 (+656.25%)
Mutual labels:  lorawan
Ttgo T Beam Car Tracker
TTGO-T-Beam Arduino Car Tracker - ESP32 + LoRa + GPS + GSM (optional)
Stars: ✭ 106 (+562.5%)
Mutual labels:  lorawan
Arduino Device Lib
Arduino Library for TTN Devices
Stars: ✭ 155 (+868.75%)
Mutual labels:  lorawan
Loramac Node
Reference implementation and documentation of a LoRa network node.
Stars: ✭ 1,342 (+8287.5%)
Mutual labels:  lorawan
WisBlock
Quickstart, tutorials and examples for the RAKwireless WisBlock product line.
Stars: ✭ 95 (+493.75%)
Mutual labels:  lorawan
Beelan Lorawan
A LoRaWAN library for compatible arduino board
Stars: ✭ 87 (+443.75%)
Mutual labels:  lorawan
Lora Serialization
LoraWAN serialization/deserialization library for The Things Network
Stars: ✭ 120 (+650%)
Mutual labels:  lorawan
lorawan toa
LoRa Time on Air Calculator
Stars: ✭ 24 (+50%)
Mutual labels:  lorawan
Laf
This project intends to provide a series of tools to craft, parse, send, analyze and crack a set of LoRaWAN packets in order to audit or pentest the security of a LoraWAN infrastructure.
Stars: ✭ 119 (+643.75%)
Mutual labels:  lorawan
Asr650x Arduino
Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
Stars: ✭ 110 (+587.5%)
Mutual labels:  lorawan

RoLaGuard Community Edition

A LoRaWAN Operations, Cybersecurity & Compliance Management Platform.

For the Enterprise version enter here.

Run RoLaGuard using docker-compose

To install docker-compose, go to this link and follow the instructions for your OS. Note that for Windows and MacOS, docker-compose is included in Docker desktop. For Linux, you'd have to download both programs separately

After docker-compose is installed, follow these steps:

  1. Clone this project and its submodules git clone --recurse-submodules https://github.com/Argeniss-Software/rolaguard && cd rolaguard

  2. Execute docker-compose up. Running this command will pull the images from DockerHub. If you prefer to build the images locally, you have to run these commands before:

    docker build -t rolaguardcommunity/postgres:latest ./postgres
    docker build -t rolaguardcommunity/backend:latest ./backend
    docker build -t rolaguardcommunity/frontend:latest ./frontend
    docker build -t rolaguardcommunity/data-collectors:latest ./data-collectors
    docker build -t rolaguardcommunity/packet-writer:latest ./packet-writer
    docker build -t rolaguardcommunity/engine:latest ./engine
    docker build -t rolaguardcommunity/system-backoffice:latest ./system-backoffice
  3. Once you executed docker-compose up, wait until all the components init (it may take a couple minutes) and access the RoLaGuard web interface following this link http://localhost:30000.

To access the system use these credentials:

  • user: admin
  • password: admin

Please, remember to change the password

An open network server is pre-loaded, therefore, some alerts must appear.

All the data generated by the the system will be saved in ~/rolaguard, to be persisted when the system is shutdown. The folder used to persist data can be changed modifying the field services->postgres->volumes in the docker-compose.yml file.

Run RoLaGuard using Makefile

To start up the system locally with all the modules running inside docker containers, simply run make all command. This will clean up the database, pull the develop branch of all modules, and build the images. It'll take a time to finish its execution, so please be patient. Go to the Makefile to see other options.

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].