mycelium
mycelium copied to clipboard
End-2-end encrypted IPv6 overlay network
I'd like to reach some mycelium nodes (and non-mycelium networks behind them) from my Android phone. A first version could provide a GUI to: - configure a list of bootstrap...
Currently sending an update to a peer first checks if the source table needs to be updated, taking a write lock to do so (and if necessary apply said update)....
Performance profiles show that the biggest amount of time is currently spent in 3 places: - read from tun - write to tun - write to peers One option which...
Current tun implementations generally have some additional code to properly set up IPv6 (#69 on mac). We also want to support GRO/GSO on linux (#141), so it makes sense to...
Currently a node always has the full route table. This might not always be desirable, especially for nodes with limited memory. After #94, we can essentially run with only a...
### Description as mentioned in docs it was supporting message subsystem to make communication between machines. https://github.com/threefoldtech/mycelium/blob/master/docs/message.md after installing mycelium on the machines and trying to make the machines to...
right now it seems like --peers only accepts IP addresses: ``` error: invalid value 'quic://lassul.us:9651' for '--peers ...': failed to parse address: invalid socket address syntax ``` It would be...
Currently seqno requests are forwarded naively to "the best route" according to the router. However, in case the request is repeated within some time, it needs to be forwarded to...
Currently we keep all fallback peers which are feasible, and also infeasibles as well (if they have been retracted recently). Certain network topologies can however cause this to become a...