Akilax0 / java-swarm-node

Java Swarm Node Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3

java-swarm-node

This is the Java Swarm Node Implementation for the project, Pera-Swarm

More details will be updated soon.


Local Environment Setup

If you need to run this repository on your local environment, please create a file named 'mqtt.properties' in path, './src/resources/config/' as follows and provide your MQTT broker's configurations.

You can select any channel, as same as your simulation server runs on.

server=127.0.0.1
port=1883
username=user
password=pass
channel=v1

About

Java Swarm Node Implementation

License:GNU General Public License v3.0


Languages

Language:Java 100.0%