https://github.com/thesmallboat/beacon_mbs_p2p
A MQTT message broker run over peer_to_peer overlay network. No longer maintained.
https://github.com/thesmallboat/beacon_mbs_p2p
golang mqtt mqtt-broker mqtt-message-broker
Last synced: 2 months ago
JSON representation
A MQTT message broker run over peer_to_peer overlay network. No longer maintained.
- Host: GitHub
- URL: https://github.com/thesmallboat/beacon_mbs_p2p
- Owner: TheSmallBoat
- Created: 2020-05-29T14:51:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T02:30:58.000Z (almost 5 years ago)
- Last Synced: 2025-02-04T16:15:27.840Z (4 months ago)
- Topics: golang, mqtt, mqtt-broker, mqtt-message-broker
- Language: Go
- Homepage:
- Size: 12 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beacon_mbs_p2p
A mqtt message broker run over peer_to_peer overlay network.This version is no longer maintained due to the new generation is working in progress.
## [Docker Image Package]
Release v2020.03.20 https://github.com/TheSmallBoat/beacon_mbs_p2p/packages/251191## [Release Files]
Release v2020.03.20 https://github.com/TheSmallBoat/beacon_mbs_p2p/releases/tag/v2020.03.20## [Related Documents]
https://github.com/TheSmallBoat/beacon_docs/tree/master/mqtt_p2p_network_test_demo_20_03## NOTICE
1. The p2p network library using the go-toolbox/p2p_net.
2. Needs to change the import module's name for all those local names in the source files to remote GitHub's.