Skip to content

cbsd/cbsd-mq-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a93e43 · Feb 2, 2025

History

19 Commits
Feb 23, 2021
Jan 14, 2025
Jan 31, 2025
Feb 2, 2025
Jul 4, 2020
Jan 31, 2025
Feb 2, 2025
Mar 3, 2021
Jul 4, 2020
Feb 2, 2025
Feb 2, 2025
Jul 4, 2020
Jul 4, 2020
Feb 2, 2025
Feb 2, 2025
Jan 30, 2025
Feb 2, 2025
Feb 2, 2025

Repository files navigation

cbsd-mq-router

CBSD message queue router: subscribe to events and deliver to the CBSD Client + sample: https://github.com/cbsd/bs_router-client

Installation

Install dependency first:

pkg install -y beanstalkd
service beanstalkd enable
sysrc beanstalkd_flags="-l 127.0.0.1"
service beanstalkd start

Build cbsd-mq-router:

setenv GOPATH $( realpath . )
go get
go build
pkg update -f

update mods

rm -f go.mod go.sum
go mod init cbsd-mq-router
go mod tidy