Akilax0 / swarm-simulator

This repository contains the implementations of a mixed reality-based swarm simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js CI License: MIT

Mixed Reality Simulator

Requirements

Please install node dependencies as follows:

npm install

Environment Variables

Please copy the sample.env file and rename into .env and complete the configurations for http and mqtt

MQTT_HOST=mqtt://localhost
MQTT_USER=user
MQTT_PASS=password
MQTT_CLIENT=mqtt_server
MQTT_CHANNEL=v1

ARENA_CONFIG="./app/config/arena/{arena_config}.json"

LOG_LEVEL='info'

Run the scripts

Development environment

npm run dev

Production environment

npm start

Documentation

You can find more information about pera-swarm on the Official Documentation Page.

Read More

About

This repository contains the implementations of a mixed reality-based swarm simulator

License:MIT License


Languages

Language:JavaScript 100.0%