Commit Graph

95 Commits

Author SHA1 Message Date
Mahmut Bulut 2c7ce1d319 Apply checks 2020-02-29 19:09:48 +01:00
Mahmut Bulut b7ca93342e Resolve most of the code smells 2020-02-29 19:08:21 +01:00
Mahmut Bulut 2a175d8ba2 Refactor references and states 2020-02-29 17:39:20 +01:00
Mahmut Bulut c249e8781b Rework the module 2020-02-29 16:20:05 +01:00
Mahmut Bulut fb9fda6ef2 Apply checks 2020-02-29 15:37:55 +01:00
Mahmut Bulut e49fa9ca85 Get rid of thread based system 2020-02-29 15:36:50 +01:00
Mahmut Bulut 90f8e5ec4e Apply checks for the code 2020-02-29 15:26:32 +01:00
Mahmut Bulut 72cf188169 Fix imports 2020-02-29 15:17:34 +01:00
Mahmut Bulut 0c4ed72bb4
Merge branch 'master' into async-cluster-construct 2020-02-29 15:11:03 +01:00
Mahmut Bulut f9b8f65137 Async cluster construction 2020-02-29 15:09:53 +01:00
Jeremy Lempereur db67cd0ff6 Create CNAME 2020-02-29 14:51:46 +01:00
Mahmut Bulut ef1a4731bb
Merge pull request #10 from bastion-rs/cluster-autoinit
Docs
2020-02-28 23:28:52 +01:00
Mahmut Bulut 8acf9ee6c1 Docs 2020-02-28 23:28:25 +01:00
Mahmut Bulut 2694866e8a
Merge pull request #9 from bastion-rs/cluster-autoinit
Fix readme and alignment
2020-02-28 22:34:28 +01:00
Mahmut Bulut ebcddef47f Fix salignment 2020-02-28 22:33:52 +01:00
Mahmut Bulut 118eab8ac4
Merge pull request #7 from bastion-rs/cluster-autoinit
Cluster code and auto initializations
2020-02-28 22:32:08 +01:00
Mahmut Bulut 9e7c344103
Merge branch 'master' into cluster-autoinit 2020-02-28 22:31:31 +01:00
Mahmut Bulut d1d74d8b6f Push some fancy art 2020-02-28 22:29:33 +01:00
Mahmut Bulut a1498941f8
Merge pull request #8 from bastion-rs/balaji/payload
add support to send payload to the peers
2020-02-28 15:22:04 +01:00
balaji jinnah fa983deed5 - Use AsRef<str> instead of String
- Avoid sending payload to the local peer

Signed-off-by: balaji jinnah <rbalajis25@gmail.com>
2020-02-28 18:24:21 +05:30
பாலாஜி ac02467292 add support to send payload to the peers
Signed-off-by: பாலாஜி <rbalajis25@gmail.com>
2020-02-27 20:21:17 +05:30
Mahmut Bulut 98858aa0d7 Auto init code for AP cluster 2020-02-26 20:22:00 +01:00
Mahmut Bulut 3213606a97
Merge pull request #5 from bastion-rs/dependabot/cargo/libp2p-0.16.0
Update libp2p requirement from 0.15.0 to 0.16.0
2020-02-17 17:04:18 +01:00
dependabot-preview[bot] 84f5161c3d
Update libp2p requirement from 0.15.0 to 0.16.0
Updates the requirements on [libp2p](https://github.com/libp2p/rust-libp2p) to permit the latest version.
- [Release notes](https://github.com/libp2p/rust-libp2p/releases)
- [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/rust-libp2p/compare/v0.15.0...v0.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 07:21:40 +00:00
Mahmut Bulut 8c4d22718e
Merge pull request #4 from bastion-rs/multicast-service-discovery
UDP anycast + MDNS Service Discovery
2020-02-11 03:02:19 +01:00
Mahmut Bulut 109f1afbb1 Apply checks 2020-02-11 02:53:31 +01:00
Mahmut Bulut b1b1c13231 Add CI 2020-02-11 02:44:47 +01:00
Mahmut Bulut a2d8108174 Add MDNS service discovery 2020-02-11 02:27:29 +01:00
Mahmut Bulut 96b20fb47c Null bytes because ya know packet size matters 2020-02-10 18:20:50 +01:00
Mahmut Bulut cd4bb76631 Cball SD + infection 2020-02-10 15:31:35 +01:00
Mahmut Bulut 87da5ee039 Apply checks after SD 2020-02-09 23:06:34 +01:00
Mahmut Bulut 2e63b52ad5 Service Discovery Part III 2020-02-09 23:04:53 +01:00
Mahmut Bulut be5694acab Service Discovery part II 2020-02-09 18:33:51 +01:00
Mahmut Bulut 06f297d234 Multicast Service Discovery 2020-02-08 17:21:53 +01:00
Mahmut Bulut f75fec3e35
Merge pull request #3 from bastion-rs/refactor-code
Make it faster, show me what your mama gave you
2020-02-06 13:40:41 +01:00
Mahmut Bulut 9f08b62dc1 Fix tests 2020-02-06 12:17:12 +01:00
Mahmut Bulut 22430dd5f8 Clean it 2020-02-06 12:15:30 +01:00
Mahmut Bulut ffea0195d6 Make it faster, show me what your mama gave you 2020-02-06 12:13:38 +01:00
Mahmut Bulut 30b05e8f5a
Merge pull request #2 from bastion-rs/epidemic-continuation
Epidemic protocol continuation
2020-02-06 10:49:39 +01:00
Mahmut Bulut 60c62782a4 Examples and event loop refactor 2020-02-06 00:21:47 +01:00
Mahmut Bulut ddc220fbc9 Remove unnecessary deps 2020-02-05 17:56:40 +01:00
Mahmut Bulut 4329b3a324 Receive loop for the inbounds 2020-02-05 17:53:12 +01:00
Mahmut Bulut 32d8fdf2df Epidemic continuation 2020-02-05 17:27:31 +01:00
Mahmut Bulut d9885c5840 Initial epidemic code 2019-12-27 21:27:13 +01:00
Mahmut Bulut c0d2896d39 Setting up the battlefield, get ready peeps 2019-12-11 22:00:46 +01:00