threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

RMB redundancy & 3bot integration #140

Closed despiegk closed 10 months ago

despiegk commented 11 months ago
muhamadazmy commented 11 months ago

The rmb-peer component (the local component) only implement the protocol and provide a simpler all json implementation for languages that cannot implement the protcol itself. Other systems (terraform for example) directly connects to rmb without the need for an intermediate gateway (the rmb-peer).

This mean to allow 3bots to talk directly with no rmb-peer we need to implement the protocol in a V sdk. I have never used V but i think the challenging part can be:

I will talk to the team about it and see what can be done.

despiegk commented 11 months ago

not needed, because we can use RMB Server for V the RMB Server can then on our behalf forward message and get it back

muhamadazmy commented 11 months ago

yeah the rmb-peer is the rmb server as you describe above. it does everything on the behalf of the client as described in documentation

xmonader commented 10 months ago

https://github.com/threefoldtech/rmb-rs/issues/141