Skip to content

dev-ansh-r/loraserver

Repository files navigation

LoRaWAN Server

To run the file go to the directory and run the following command:

cd loraserver/cmd
go build && ./loraserver

To run it from dockerfile

docker build -t loraserver . && docker run -p 8000:8000 loraserver

The loraserver is built in GOlang and the generated binary could be used in any system.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages