btcven / locha

Communicate with others and broadcast Bitcoin transactions off-grid without internet access or even power grid.
https://locha.io
Apache License 2.0
294 stars 37 forks source link

USE matrix.org PROTOCOL FOR MESSAGING FEAUTURE #19

Closed ghost closed 4 years ago

ghost commented 4 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

luisan00 commented 4 years ago

Empty description

luisan00 commented 4 years ago

Clarification: this is a transport network, the messaging protocol that everyone wants to use, if works without problems over IPV6 can be used on the Locha Mesh

ghost commented 4 years ago

I mean didnt you had a messaging feauture on your network, maybe you should use matrix protocol instead of any other protocol under use now. Being that there are many bridges conecting it to duferentt protocols.

Sent from ProtonMail mobile

-------- Original Message -------- On Jan 22, 2020, 13:25, luisan00 wrote:

Clarification: this is a transport network, the messaging protocol that everyone wants to use, if works without problems over IPV6 can be used on the Locha Mesh

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

rdymac commented 4 years ago

The Matrix protocol seems to need access to their distributed servers which serve API access.

For the Locha Mesh first off-grid messaging feature we'll be making asynchronous messages (ala email) which go from the sender through hops to the recipient's Turpial device and it is served to the recipient's smartphone or PC from the Turpial.

as @luisan00 mentions above, anything else can be built on top of the Locha Mesh protocol, but in the case of Matrix, it seems to need you to at least reach one of the distributed servers for your message to be stored and delivered to the recipient. There will be gateways running inside the Locha Mesh bridging to the Internet to reach servers like these (e.g. to reach the Bitcoin mempool), but for the off-grid communication system to work on an isolated mesh it needs to be able to work as a messaging system without having to rely on servers.

Depending on community support the integration of Matrix, Secure Scuttlebutt, and/or other distributed messaging systems could be added in the future.

ghost commented 4 years ago

True the current matrix.org protocol implementation is synapse. Wich its necessary to have a server. Their second generation implementation is called dendredite wich a distributed system(no need for a server) is still in early development though. So dont know how usable it is.

https://github.com/matrix-org/synapse

https://github.com/matrix-org/dendrite

Sent from ProtonMail mobile

-------- Original Message -------- On Jan 22, 2020, 13:41, Randy Brito wrote:

The Matrix protocol seems to need access to their distributed servers which serve API access.

For the Locha Mesh first off-grid messaging feature we'll be making asynchronous messages (ala email) which go from the sender through hops to the recipient's Turpial device and it is served to the recipient's smartphone or PC from the Turpial.

as @luisan00 mentions above, anything else can be built on top of the Locha Mesh protocol, but in the case of Matrix, it seems to need you to at least reach one of the distributed servers for your message to be stored and delivered to the recipient. There will be gateways running inside the Locha Mesh bridging to the Internet to reach servers like these (e.g. to reach the Bitcoin mempool), but for the off-grid communication system to work on an isolated mesh it needs to be able to work as a messaging system without having to rely on servers.

Depending on community support the integration of Matrix, Secure Scuttlebutt, and/or other distributed messaging systems could be added in the future.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

rdymac commented 4 years ago

I'll set this issue to closed. This could be re-open if/when the Matrix.org protocol finish their distributed self-server version to revisit if needed.

ghost commented 4 years ago

Ok sounds good

Sent from ProtonMail mobile

-------- Original Message -------- On Jan 27, 2020, 01:02, Randy Brito wrote:

I'll set this issue to closed. This could be re-open it if/when the Matrix.org protocol finish their distributed serverless to revisit if needed.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ghost commented 4 years ago

@rdymac dendrite is geting more mature by the day