https://github.com/cbsd/bs_router
beanstalkd driven CBSD
https://github.com/cbsd/bs_router
Last synced: 6 months ago
JSON representation
beanstalkd driven CBSD
- Host: GitHub
- URL: https://github.com/cbsd/bs_router
- Owner: cbsd
- Created: 2019-05-08T15:53:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T20:30:42.000Z (over 6 years ago)
- Last Synced: 2025-08-09T21:44:52.373Z (11 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bs_router
Beanstalkd driven CBSD
Client + sample: https://github.com/cbsd/bs_router-client
# Installation
setenv GOPATH $( realpath . )
go get
go build
pkg update -f
pkg install -y beanstalkd
service beanstalkd enable
sysrc beanstalkd_flags="-l 127.0.0.1"
service beanstalkd start
./bs_router