معرفی شرکت ها


golang-github-weaveworks-mesh-dev_0.1+git20180323.0c91e69-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

go library to build distributed systems
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main all
نام بسته golang-github-weaveworks-mesh-dev
نام فایل بسته golang-github-weaveworks-mesh-dev_0.1+git20180323.0c91e69-1_all.deb
نسخه بسته 0.1+git20180323.0c91e69
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/weaveworks/mesh
مجوز -
حجم دانلود 43352
حجم نصب 205
Mesh implements a gossip protocol that provide membership, unicast, and broadcast functionality with eventually-consistent semantics. In CAP terms, it is AP: highly-available and partition-tolerant. . Mesh works in a wide variety of network setups, including thru NAT and firewalls, and across clouds and datacenters. It works in situations where there is only partial connectivity, i.e. data is transparently routed across multiple hops when there is no direct connection between peers. It copes with partitions and partial network failure. It can be easily bootstrapped, typically only requiring knowledge of a single existing peer in the mesh to join. It has built-in shared-secret authentication and encryption. It scales to on the order of 100 peers, and has no dependencies.


نیازمندی

مقدار نام
- golang-github-stretchr-testify-dev
- golang-golang-x-crypto-dev


نحوه نصب


نصب پکیج deb golang-github-weaveworks-mesh-dev:

    sudo apt-get install golang-github-weaveworks-mesh-dev_0.1+git20180323.0c91e69-1_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-weaveworks-mesh-dev/changelog.Debian.gz
./usr/share/doc/golang-github-weaveworks-mesh-dev/copyright
./usr/share/doc/golang-github-weaveworks-mesh-dev/examples/increment-only-counter/README.md
./usr/share/doc/golang-github-weaveworks-mesh-dev/examples/increment-only-counter/main.go
./usr/share/doc/golang-github-weaveworks-mesh-dev/examples/increment-only-counter/peer.go
./usr/share/doc/golang-github-weaveworks-mesh-dev/examples/increment-only-counter/peer_test.go
./usr/share/doc/golang-github-weaveworks-mesh-dev/examples/increment-only-counter/state.go
./usr/share/doc/golang-github-weaveworks-mesh-dev/examples/increment-only-counter/state_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/connection.go
./usr/share/gocode/src/github.com/weaveworks/mesh/connection_maker.go
./usr/share/gocode/src/github.com/weaveworks/mesh/gossip.go
./usr/share/gocode/src/github.com/weaveworks/mesh/gossip_channel.go
./usr/share/gocode/src/github.com/weaveworks/mesh/gossip_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/local_peer.go
./usr/share/gocode/src/github.com/weaveworks/mesh/logger.go
./usr/share/gocode/src/github.com/weaveworks/mesh/meshconn/mesh_addr.go
./usr/share/gocode/src/github.com/weaveworks/mesh/meshconn/peer.go
./usr/share/gocode/src/github.com/weaveworks/mesh/meshconn/pkt.go
./usr/share/gocode/src/github.com/weaveworks/mesh/mocks_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/overlay.go
./usr/share/gocode/src/github.com/weaveworks/mesh/peer.go
./usr/share/gocode/src/github.com/weaveworks/mesh/peer_name_hash.go
./usr/share/gocode/src/github.com/weaveworks/mesh/peer_name_hash_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/peer_name_mac.go
./usr/share/gocode/src/github.com/weaveworks/mesh/peer_name_mac_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/peer_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/peers.go
./usr/share/gocode/src/github.com/weaveworks/mesh/peers_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/protocol.go
./usr/share/gocode/src/github.com/weaveworks/mesh/protocol_crypto.go
./usr/share/gocode/src/github.com/weaveworks/mesh/protocol_crypto_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/protocol_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/router.go
./usr/share/gocode/src/github.com/weaveworks/mesh/routes.go
./usr/share/gocode/src/github.com/weaveworks/mesh/routes_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/status.go
./usr/share/gocode/src/github.com/weaveworks/mesh/surrogate_gossiper.go
./usr/share/gocode/src/github.com/weaveworks/mesh/surrogate_gossiper_test.go
./usr/share/gocode/src/github.com/weaveworks/mesh/token_bucket.go
./usr/share/gocode/src/github.com/weaveworks/mesh/token_bucket_test.go