Skip to content

technologiestiftung/kiezbox-gateway-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Initialize the database.

docker compose up

Update the protobufs submodule, if you want to generate the

git submodule update --init

Protobuf > pb.go generation

First, update the protobufs submodule.

git submodule update --init

Then run this command tu generate the Go code based on the protobuf.

protoc -I=. --go_out=internal protobufs/meshtastic/kiezbox_control.proto

Create a kiezbox module.

go mod init kiezbox

Install dependencies.

go mod tidy

Run the main fail to test the module.

go run cmd/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages